Skip to content

Commit

Permalink
Use latest cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
eread committed Apr 30, 2024
1 parent 1340869 commit a33c776
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# cache

- name: Cache store
uses: actions/cache@v3.3.1
uses: actions/cache@v4.0.2
with:
path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
key: ${{ runner.os }}-${{ hashFiles('cabal.project.freeze') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
run: cabal freeze

- name: Cache store
uses: actions/cache@v3.3.1
uses: actions/cache@v4.0.2
with:
path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
key: ${{ runner.os }}-${{ hashFiles('cabal.project.freeze') }}
Expand Down

0 comments on commit a33c776

Please sign in to comment.