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 v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbro-bot[bot] authored Jan 11, 2024
1 parent bda48ce commit 35870a8
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@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
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@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
with:
path: 'node_modules'
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
Expand Down

0 comments on commit 35870a8

Please sign in to comment.