Skip to content

Commit 82a432f

Browse files
committed
upgrade action-cache
1 parent 0aeec81 commit 82a432f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
nix_path: "${{ env.nixpkgs-url }}"
2626
- name: Cache Cabal dependencies
27-
uses: actions/cache@v2
27+
uses: actions/cache@v4
2828
with:
2929
path: |
3030
~/.cabal/packages
@@ -108,7 +108,7 @@ jobs:
108108
with:
109109
nix_path: "${{ env.nixpkgs-url }}"
110110
- name: Cache Stack dependencies
111-
uses: actions/cache@v2
111+
uses: actions/cache@v4
112112
with:
113113
path: ~/.stack
114114
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:
129129
with:
130130
nix_path: "${{ env.nixpkgs-url }}"
131131
- name: Cache Stack dependencies
132-
uses: actions/cache@v2
132+
uses: actions/cache@v4
133133
with:
134134
path: ~/.stack
135135
key: stack-deps-${{ runner.os }}-${{ hashFiles('nix/sources.json') }}-v${{ env.cache-invalidation-key }}-${{ hashFiles('stack.yaml.lock', 'linear-base.cabal') }}-${{ github.sha }}

0 commit comments

Comments
 (0)