chore(deps)!: update actions/setup-node (v4.4.0 → v5.0.0) (#247)

This commit is contained in:
renovate[bot]
2025-09-19 01:57:00 +03:00
committed by GitHub
parent cb3ac94b35
commit 55bc98d6df
3 changed files with 3 additions and 3 deletions

View File

@@ -161,7 +161,7 @@ runs:
- name: Setup Node.js
id: setup
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
with:
node-version: ${{ steps.version.outputs.version }}
registry-url: ${{ inputs.registry-url }}