Skip to content

Commit a4c921e

Browse files
renovate[bot]renovate-botkodiakhq[bot]
authored
chore(deps): update actions/setup-node action to v3 (#17)
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 4d3b791 commit a4c921e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Git checkout
2525
uses: actions/checkout@v2
2626
- name: Node.js ${{ matrix.node-version }}
27-
uses: actions/setup-node@v2
27+
uses: actions/setup-node@v3
2828
with:
2929
node-version: ${{ matrix.node-version }}
3030
check-latest: true

0 commit comments

Comments
 (0)