From e942b2c5d1e211974421e4f81c1bf810dd20f53b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 12:04:56 +0000 Subject: [PATCH] chore(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] --- .github/workflows/checks-during-pr.yml | 2 +- .github/workflows/release-and-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks-during-pr.yml b/.github/workflows/checks-during-pr.yml index e9979aa..e5cd4b1 100644 --- a/.github/workflows/checks-during-pr.yml +++ b/.github/workflows/checks-during-pr.yml @@ -15,7 +15,7 @@ jobs: submodules: recursive - name: 'Use NodeJS v.20' - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} with: diff --git a/.github/workflows/release-and-publish.yml b/.github/workflows/release-and-publish.yml index 8de5cad..3afe8c7 100644 --- a/.github/workflows/release-and-publish.yml +++ b/.github/workflows/release-and-publish.yml @@ -21,7 +21,7 @@ jobs: submodules: recursive - name: 'Use NodeJS v.20' - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} with: