Skip to content

Commit

Permalink
ci: actions/cache @v1 -> @v4
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jul 31, 2024
1 parent e092412 commit d37a77d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# run: |
# cabal freeze

# - uses: actions/cache@v1
# - uses: actions/cache@v4
# name: Cache ~/.cabal/store
# with:
# path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
with:
docker_version: ${{ matrix.version.docker_version }}

- uses: actions/cache@v1
- uses: actions/cache@v4
name: Cache ~/.stack
with:
path: ~/.stack
Expand Down

0 comments on commit d37a77d

Please sign in to comment.