Skip to content

Commit e1d950c

Browse files
committed
update actions/cache to v4
1 parent e81d668 commit e1d950c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-all-versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
cabal freeze
4646
47-
- uses: actions/cache@v1
47+
- uses: actions/cache@v4
4848
name: Cache ~/.cabal/store
4949
with:
5050
path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
@@ -85,7 +85,7 @@ jobs:
8585
- run: sed -i.bak 's/"C compiler link flags", "/&-no-pie /' /home/runner/.ghcup/ghc/7.10.3/lib/ghc-7.10.3/settings
8686
if: matrix.ghc == '7.10.3'
8787

88-
- uses: actions/cache@v1
88+
- uses: actions/cache@v4
8989
name: Cache ~/.stack
9090
with:
9191
path: ~/.stack

0 commit comments

Comments
 (0)