Skip to content

Commit b28e014

Browse files
committed
ci(release.yml): set version v3 to actions/checkout
1 parent 72e4ad1 commit b28e014

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
name: Release
2-
on:
2+
"on":
33
push:
44
branches:
55
- main
6-
76
jobs:
87
release:
98
name: release
109
runs-on: ubuntu-latest
1110
steps:
12-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1312
- uses: actions/setup-node@v2
1413
with:
1514
node-version: 16

0 commit comments

Comments
 (0)