Skip to content

Commit 9407628

Browse files
Update actions/setup-node action to v6 (#329)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b05e5a3 commit 9407628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
fetch-depth: 0
5454
token: ${{ github.token }}
5555
- name: Use Node.js 18
56-
uses: actions/setup-node@v5
56+
uses: actions/setup-node@v6
5757
with:
5858
node-version: 22
5959
- run: sudo apt-get install markdown -y

0 commit comments

Comments
 (0)