Skip to content

Commit 04ec35d

Browse files
committedSep 27, 2022
ci(release.yml): set version v3 to actions/checkout
1 parent 9e2293f commit 04ec35d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: release
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
15+
- uses: actions/checkout@v3 # tag=v3
1616
- uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3
1717
with:
1818
node-version: 16

0 commit comments

Comments
 (0)
Please sign in to comment.