Skip to content

Commit 5a07944

Browse files
committed
ci(update.yml): set version v3 to actions/setup-node
1 parent 59011b6 commit 5a07944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
update:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3 # tag=v3
12-
- uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3
11+
- uses: actions/checkout@v3
12+
- uses: actions/setup-node@v3
1313
with:
1414
node-version: 16
1515
cache: npm

0 commit comments

Comments
 (0)