chore(deps): update actions/setup-node action to v6

This commit is contained in:
renovate[bot]
2025-11-20 04:42:02 +00:00
committed by GitHub
parent 2533ee1710
commit 83e700b783
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ jobs:
if: github.actor != 'github-actions[bot]' && github.event.pusher != null
steps:
- name: Set up Node (for github-script)
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
with:
node-version: '24.11.1'