Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 3a39701

Browse files
authored
Merge pull request #66 from CESNET/renovate/actions-setup-node-3.x
chore(deps): update actions/setup-node action to v3
2 parents 1d22539 + 2fefb8d commit 3a39701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
fetch-depth: 0
4444
- name: Setup Node.js
45-
uses: actions/setup-node@v2
45+
uses: actions/setup-node@v3
4646
with:
4747
node-version: 16
4848
- name: Release

0 commit comments

Comments
 (0)