From 98074b88d6ea01d272c5f3c513461e4a69ce0307 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 23:36:21 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 6.5.0 to 7.0.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.5.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/249970729cb0ef3589644e2896645e5dc5ba9c38...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/refresh-marketing-captures.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/refresh-marketing-captures.yml b/.github/workflows/refresh-marketing-captures.yml index 65c127a56..9968d80f1 100644 --- a/.github/workflows/refresh-marketing-captures.yml +++ b/.github/workflows/refresh-marketing-captures.yml @@ -59,7 +59,7 @@ jobs: cache-read-only: ${{ github.event.pull_request.head.repo.full_name != github.repository }} - name: Set up Node.js - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 env: npm_config_cache: ${{ runner.temp }}/npm-cache with: