Skip to content

Commit c0f7008

Browse files
Merge pull request #7 from peterbecich/dependabot/github_actions/actions/cache-4
2 parents a7276eb + de17b12 commit c0f7008

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/haskell.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
cabal freeze
4040
41-
- uses: actions/cache@v2
41+
- uses: actions/cache@v4
4242
name: Cache ~/.cabal/store
4343
with:
4444
path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}

.github/workflows/purescript.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: purescript-contrib/setup-purescript@main
2121

2222
- name: Cache PureScript dependencies
23-
uses: actions/cache@v2
23+
uses: actions/cache@v4
2424
with:
2525
key: ${{ runner.os }}-spago-${{ hashFiles('**/*.dhall') }}
2626
path: |

0 commit comments

Comments
 (0)