From cfd9b79cbe2e137b11c5aaf361eb10b4e4fa4bb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 19:35:14 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.4.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e...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/cd-firebase-mainnet.yml | 2 +- .github/workflows/cd-firebase-testnet.yml | 2 +- .github/workflows/ci-functions.yml | 2 +- .github/workflows/ci-react.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd-firebase-mainnet.yml b/.github/workflows/cd-firebase-mainnet.yml index 20ebd56..acf585d 100644 --- a/.github/workflows/cd-firebase-mainnet.yml +++ b/.github/workflows/cd-firebase-mainnet.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ matrix.node }} cache: 'npm' diff --git a/.github/workflows/cd-firebase-testnet.yml b/.github/workflows/cd-firebase-testnet.yml index abade73..7a702e1 100644 --- a/.github/workflows/cd-firebase-testnet.yml +++ b/.github/workflows/cd-firebase-testnet.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ matrix.node }} cache: 'npm' diff --git a/.github/workflows/ci-functions.yml b/.github/workflows/ci-functions.yml index b6c29a3..af84e6d 100644 --- a/.github/workflows/ci-functions.yml +++ b/.github/workflows/ci-functions.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ matrix.node }} cache: 'npm' diff --git a/.github/workflows/ci-react.yml b/.github/workflows/ci-react.yml index 67b222e..714372e 100644 --- a/.github/workflows/ci-react.yml +++ b/.github/workflows/ci-react.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ matrix.node }} cache: 'npm'