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 23, 2024
1 parent bece285 commit fb8cb2d
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 @@ -58,7 +58,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 @@ -241,7 +241,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 fb8cb2d

Please sign in to comment.