Skip to content

Commit 977492d

Browse files
committed
Bump actions/cache to v4 in CI
1 parent 528807e commit 977492d

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
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
nix_path: "${{ env.nixpkgs-url }}"
2020
- name: Cache Cabal dependencies
21-
uses: actions/cache@v2
21+
uses: actions/cache@v4
2222
with:
2323
path: |
2424
~/.cabal/packages
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
nix_path: "${{ env.nixpkgs-url }}"
6363
- name: Cache Stack dependencies
64-
uses: actions/cache@v2
64+
uses: actions/cache@v4
6565
with:
6666
path: ~/.stack
6767
key: stack-deps-ormolu-${{ runner.os }}-${{ hashFiles('nix/sources.json') }}-v${{ env.cache-invalidation-key }}-${{ hashFiles('stack.yaml.lock') }}-${{ github.sha }}
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
nix_path: "${{ env.nixpkgs-url }}"
8282
- name: Cache Stack dependencies
83-
uses: actions/cache@v2
83+
uses: actions/cache@v4
8484
with:
8585
path: ~/.stack
8686
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)