Skip to content

Commit

Permalink
build(deps): bump actions/cache from 3 to 4 (#3179)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 7a387c7 commit 0231280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Stack working files cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ matrix.cache }}
key: cache-stack-${{ runner.os }}-${{ hashFiles('stack.yaml.lock') }}
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
mkdir ~/.cabal
cp cabal.project.non-nix cabal.project
- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cabal/packages
Expand Down

0 comments on commit 0231280

Please sign in to comment.