Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
chore(deps): update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbro-bot[bot] authored Jan 29, 2024
1 parent 838b236 commit becc217
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 @@ -26,7 +26,7 @@ jobs:
with:
node-version-file: package.json
- name: Cache Yarn packages
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
with:
path: 'node_modules'
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
with:
node-version-file: package.json
- name: Cache Yarn packages
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
with:
path: 'node_modules'
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
Expand Down

0 comments on commit becc217

Please sign in to comment.