Skip to content

Commit f0b9496

Browse files
chore(deps): update actions/setup-node action to v6 (#221)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2e3ceb6 commit f0b9496

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
@@ -70,7 +70,7 @@ jobs:
7070
run: cargo binstall --force -y trunk
7171

7272
- name: Set up Node.js
73-
uses: actions/setup-node@v5
73+
uses: actions/setup-node@v6
7474
with:
7575
node-version: 'lts/*'
7676

0 commit comments

Comments
 (0)