Skip to content

Commit cccf0ad

Browse files
authored
feat(test.yml): scaffold with actions/*@V3 (#63)
1 parent 94f9402 commit cccf0ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/github-actions/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
node_version: ["14", "16", "18"]
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
- name: Use Node.js ${{ matrix.node_version }}
19-
uses: actions/setup-node@v2
19+
uses: actions/setup-node@v3
2020
with:
2121
node-version: ${{ matrix.node_version }}
2222
cache: npm

0 commit comments

Comments
 (0)