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

This commit is contained in:
renovate[bot]
2025-11-20 01:00:54 +00:00
committed by GitHub
parent 00981be8dc
commit d7af175151
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@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
with:
node-version: '18.20.8'