Skip to content

Commit 3c9cb9a

Browse files
committed
chore: suggest to use v1 instead of master
1 parent 9d1b52f commit 3c9cb9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ on:
4848
jobs:
4949
Job:
5050
name: Node.js
51-
uses: artusjs/github-actions/.github/workflows/node-test.yml@master
51+
uses: artusjs/github-actions/.github/workflows/node-test.yml@v1
5252
# 支持以下自定义配置,一般用默认值即可
5353
# with:
5454
# os: 'ubuntu-latest, macos-latest, windows-latest'
@@ -111,7 +111,7 @@ on:
111111
jobs:
112112
release:
113113
name: Node.js
114-
uses: artusjs/github-actions/.github/workflows/node-release.yml@master
114+
uses: artusjs/github-actions/.github/workflows/node-release.yml@v1
115115
secrets:
116116
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
117117
# with:

0 commit comments

Comments
 (0)