Skip to content

Commit ca2435b

Browse files
Updated action template
1 parent 9b78e93 commit ca2435b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Setup NodeJS
9-
uses: actions/setup-node@v2
9+
uses: actions/setup-node@main
1010
with:
1111
node-version: 12
1212
- name: NodeJS command
13-
uses: hiberbee/template-github-action-nodejs@main
13+
uses: hiberbee/template-github-action-nodejs@master
1414
with:
1515
command: npm
1616
arguments: run release

0 commit comments

Comments
 (0)