We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f21a73b commit a98d417Copy full SHA for a98d417
1 file changed
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
node-version: 24
19
- name: Cache dependencies
20
id: cache-depends
21
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
+ uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
22
with:
23
path: '**/node_modules'
24
key: depends-${{ hashFiles('yarn.lock') }}
0 commit comments