Skip to content

Commit

Permalink
Update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2024
1 parent f7dc51a commit 4add229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
enable-stack: true
stack-version: "2.5.1"
- name: Restore caches
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
${{steps.haskell-setup.outputs.stack-path}}
Expand All @@ -34,7 +34,7 @@ jobs:
with:
node-version: 12.x
- name: Restore caches
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.npm
Expand Down

0 comments on commit 4add229

Please sign in to comment.