Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 3f21370

Browse files
committed
Update cache action
1 parent e4134f1 commit 3f21370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- id: yarn-cache
2222
run: echo "::set-output name=dir::$(yarn cache dir)"
2323

24-
- uses: actions/cache@f5ce41475b483ad7581884324a6eca9f48f8dcc7 # v1.2.1
24+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2525
with:
2626
path: ${{ steps.yarn-cache.outputs.dir }}
2727
key: yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)