Skip to content

Commit 6abb989

Browse files
committed
rollback github official actions
1 parent 39fa301 commit 6abb989

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'release')
1212
runs-on: Ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
15-
- uses: actions/setup-node@v2
14+
- uses: actions/checkout@master
15+
- uses: actions/setup-node@master
1616
with:
1717
registry-url: "https://registry.npmjs.org"
1818
- run: git switch master

0 commit comments

Comments
 (0)