From e68e685a512a839482f71bab385eac738ae14c0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 19:53:56 +0000 Subject: [PATCH] build(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/async-pipeline.yml | 14 +++++++------- .github/workflows/fallow.yml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/async-pipeline.yml b/.github/workflows/async-pipeline.yml index d55c24d..066ca79 100644 --- a/.github/workflows/async-pipeline.yml +++ b/.github/workflows/async-pipeline.yml @@ -54,7 +54,7 @@ jobs: async-pipeline-${{ runner.os }}- - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version: 24 registry-url: https://registry.npmjs.org/ @@ -151,7 +151,7 @@ jobs: async-pipeline-${{ runner.os }}- - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version: 24 registry-url: https://registry.npmjs.org/ @@ -217,7 +217,7 @@ jobs: async-pipeline-${{ runner.os }}- - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version: 24 registry-url: https://registry.npmjs.org/ @@ -272,7 +272,7 @@ jobs: async-pipeline-${{ runner.os }}- - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version: 24 registry-url: https://registry.npmjs.org/ @@ -325,7 +325,7 @@ jobs: async-pipeline-${{ runner.os }}- - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version: 24 registry-url: https://registry.npmjs.org/ @@ -365,7 +365,7 @@ jobs: async-pipeline-${{ runner.os }}- - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version: 24 registry-url: https://registry.npmjs.org/ @@ -437,7 +437,7 @@ jobs: async-pipeline-${{ runner.os }}- - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version: 24 registry-url: https://registry.npmjs.org/ diff --git a/.github/workflows/fallow.yml b/.github/workflows/fallow.yml index f4cc4dc..c8a0b9f 100644 --- a/.github/workflows/fallow.yml +++ b/.github/workflows/fallow.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version: 24.x