Skip to content

Commit 226f902

Browse files
committed
ci(release.yml): set version v3 to actions/checkout
1 parent a7d82c9 commit 226f902

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: Release
2-
on:
2+
"on":
33
push:
44
branches:
55
- master
66
- next
77
- beta
8-
- "v*.x" # maintenance release branches, e.g. v1.x
8+
- v*.x
99
jobs:
1010
release:
1111
name: release
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
15-
- uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3
14+
- uses: actions/checkout@v3
15+
- uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93
1616
with:
1717
node-version: 16
1818
cache: npm

0 commit comments

Comments
 (0)