Skip to content

Commit bfaa884

Browse files
committed
fix(cicd): actionlint warned against old action versions
Upgraded actions/checkout@v3 and actions/setup-node@v3 to both be @v4 to be able to run on GitHub Actions
1 parent 8ad8e56 commit bfaa884

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
repository-projects: write
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818

1919
- name: Install Node.js
20-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@v4
2121
with:
2222
node-version: 18
2323

0 commit comments

Comments
 (0)