File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
with :
25
25
nix_path : " ${{ env.nixpkgs-url }}"
26
26
- name : Cache Cabal dependencies
27
- uses : actions/cache@v2
27
+ uses : actions/cache@v4
28
28
with :
29
29
path : |
30
30
~/.cabal/packages
@@ -108,7 +108,7 @@ jobs:
108
108
with :
109
109
nix_path : " ${{ env.nixpkgs-url }}"
110
110
- name : Cache Stack dependencies
111
- uses : actions/cache@v2
111
+ uses : actions/cache@v4
112
112
with :
113
113
path : ~/.stack
114
114
key : stack-deps-ormolu-${{ runner.os }}-${{ hashFiles('nix/sources.json') }}-v${{ env.cache-invalidation-key }}-${{ hashFiles('stack.yaml.lock') }}-${{ github.sha }}
@@ -129,7 +129,7 @@ jobs:
129
129
with :
130
130
nix_path : " ${{ env.nixpkgs-url }}"
131
131
- name : Cache Stack dependencies
132
- uses : actions/cache@v2
132
+ uses : actions/cache@v4
133
133
with :
134
134
path : ~/.stack
135
135
key : stack-deps-${{ runner.os }}-${{ hashFiles('nix/sources.json') }}-v${{ env.cache-invalidation-key }}-${{ hashFiles('stack.yaml.lock', 'linear-base.cabal') }}-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments