From 9f1384ed08f251fc239dc21e63b765ffb3b30116 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 20:08:23 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 4.3.0 to 7.0.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.3.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/cdca7365b2dadb8aad0a33bc7601856ffabcc48e...820762786026740c76f36085b0efc47a31fe5020) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/PR-verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PR-verify.yml b/.github/workflows/PR-verify.yml index a7fac09..f9f408a 100644 --- a/.github/workflows/PR-verify.yml +++ b/.github/workflows/PR-verify.yml @@ -21,7 +21,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Setup Node version - uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v4 with: node-version: ${{ env.NODE_VERSION }}