Skip to content

Commit d2a4319

Browse files
authored
Merge pull request #311 from microsoft/update-actions
Upgrade setup action to v3 in build and lint workflows
2 parents 94ae55e + 6555baa commit d2a4319

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/build-vsix/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
using: 'composite'
1111
steps:
1212
- name: Install Node
13-
uses: actions/setup-node@v2
13+
uses: actions/setup-node@v3
1414
with:
1515
node-version: ${{ inputs.node_version }}
1616
cache: 'npm'

.github/actions/lint/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
using: 'composite'
1111
steps:
1212
- name: Install Node
13-
uses: actions/setup-node@v2
13+
uses: actions/setup-node@v3
1414
with:
1515
node-version: ${{ inputs.node_version }}
1616
cache: 'npm'

0 commit comments

Comments
 (0)