Skip to content

Commit a00adcc

Browse files
committed
ci(update-prettier.yml): set version v3 to actions/checkout
1 parent 8d481d1 commit a00adcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-prettier.yml

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

0 commit comments

Comments
 (0)