build(deps): bump actions/setup-node from 4 to 5

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-09-08 05:06:14 +00:00 committed by GitHub
parent 99c1f05302
commit 3e61a95e6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ jobs:
# Disabling shallow clone is recommended for improving relevancy of reporting. Otherwise sonarcloud will show a warning. # Disabling shallow clone is recommended for improving relevancy of reporting. Otherwise sonarcloud will show a warning.
fetch-depth: 0 fetch-depth: 0
- -
uses: actions/setup-node@v4 uses: actions/setup-node@v5
with: with:
cache: 'npm' cache: 'npm'
- -