From 9b2616f9778d917af367270ff0b18bad670f1d29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 09:52:20 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 4 to 7 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 7. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/store-submit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/store-submit.yml b/.github/workflows/store-submit.yml index 471d9bf..8deb32f 100644 --- a/.github/workflows/store-submit.yml +++ b/.github/workflows/store-submit.yml @@ -43,7 +43,7 @@ jobs: fetch-depth: 0 fetch-tags: true - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: 22