Skip to content

Commit c08df15

Browse files
authored
Merge pull request #582 from jpogran/maint-update-github-actions-node
(maint) Update github actions node action version syntax
2 parents b628cbe + 773cd31 commit c08df15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vscode-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
os: [ubuntu-latest, windows-latest, macos-latest]
1818

1919
steps:
20-
- uses: actions/checkout@master
20+
- uses: actions/checkout@v1
2121
- name: 'setup node: ${{ matrix.node-version }} platform: ${{ matrix.os }}'
2222
uses: actions/setup-node@v1
2323
with:
2424
fetch-depth: 1
25-
version: ${{ matrix.node-version }}
25+
node-version: ${{ matrix.node-version }}
2626

2727
- name: setup linux
2828
run: |

0 commit comments

Comments
 (0)