Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2024
1 parent 9c0089d commit 1dad019
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 @@ -19,7 +19,7 @@ jobs:
- name: git checkout
uses: actions/checkout@v4
- name: Cache yarn dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{steps.find-yarn-cache.outputs.dir}}
key: ${{runner.os}}-node${{matrix.node-version}}-yarn-${{hashFiles('**/yarn.lock')}}
Expand All @@ -46,7 +46,7 @@ jobs:
- name: git checkout
uses: actions/checkout@v4
- name: Cache yarn dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{steps.find-yarn-cache.outputs.dir}}
key: ${{runner.os}}-node${{env.DEPLOY_NODE_VERSION}}-yarn-${{hashFiles('**/yarn.lock')}}
Expand Down

0 comments on commit 1dad019

Please sign in to comment.