Skip to content

Commit 8b5b045

Browse files
committedSep 27, 2022
ci(update-prettier.yml): set version v3 to actions/setup-node
1 parent c0a471e commit 8b5b045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/update-prettier.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
11-
- uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3
11+
- uses: actions/setup-node@v3
1212
with:
1313
cache: npm
1414
node-version: 16

0 commit comments

Comments
 (0)
Please sign in to comment.