From 33a4582ebfe15ea5f6d3caa4ee671114fee9e5c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 19:06:52 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 6 to 7 in the all group Bumps the all group with 1 update: [actions/setup-node](https://github.com/actions/setup-node). Updates `actions/setup-node` from 6 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/master-pushed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master-pushed.yml b/.github/workflows/master-pushed.yml index f76ebef..32739d1 100644 --- a/.github/workflows/master-pushed.yml +++ b/.github/workflows/master-pushed.yml @@ -18,7 +18,7 @@ jobs: # which the branch is protected by https://github.com/taskworld/positioning-strategy/settings/branch_protection_rules/25790813 token: ${{ secrets.GIT_PUSH_TOKEN }} - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version-file: 'package.json' registry-url: 'https://registry.npmjs.org'