Skip to content

Commit b6b7c0a

Browse files
committedMar 28, 2025·
fix: autopin dependencies
1 parent e99c0dd commit b6b7c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
version: '1.25.4'
6161

6262
- name: Cache node modules
63-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
63+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
6464
with:
6565
path: ~/.npm
6666
key: v1-npm-deps-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)
Please sign in to comment.