Skip to content

Commit 2f05c50

Browse files
committed
ci: update GitHub Actions to latest versions
Update checkout action from v3 to v4 to address actionlint warnings and ensure compatibility.
1 parent c79bc91 commit 2f05c50

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)