Skip to content

Commit 63bf7b4

Browse files
Merge pull request #96 from MichaelCurrin/ci-upgrade-workflow-versions
ci: update actions versions
2 parents 58ff472 + 238da6c commit 63bf7b4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- name: Checkout
15+
uses: actions/checkout@v3
1516

1617
- name: Use Node.js
17-
uses: actions/setup-node@v1
18+
uses: actions/setup-node@v3
1819
with:
19-
node-version: "16.x"
20+
node-version: 16
2021

2122
- name: Get cached dependencies
2223
uses: actions/cache@v2

0 commit comments

Comments
 (0)