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.0.1 (#42)
Browse files Browse the repository at this point in the history
| datasource  | package       | from | to     |
| ----------- | ------------- | ---- | ------ |
| github-tags | actions/cache | v4   | v4.0.1 |

Co-authored-by: mrbro-bot[bot] <137683033+mrbro-bot[bot]@users.noreply.github.com>
  • Loading branch information
mrbro-bot[bot] authored Feb 29, 2024
1 parent c3ba56a commit b4943cf
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@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
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@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
with:
path: 'node_modules'
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
Expand Down

0 comments on commit b4943cf

Please sign in to comment.