From cc4b971e7135ad6d04f38f71bfd63f6fc427dd5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 05:11:43 +0000 Subject: [PATCH] ci: bump actions/setup-node from 4 to 6 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-deploy.yml | 2 +- .github/workflows/self-healing-master.yml | 4 ++-- .github/workflows/self-healing.yml | 2 +- .github/workflows/test-auto-heal.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/auto-deploy.yml b/.github/workflows/auto-deploy.yml index 65a5531..c69dfe4 100644 --- a/.github/workflows/auto-deploy.yml +++ b/.github/workflows/auto-deploy.yml @@ -51,7 +51,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Setup Node - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 with: node-version: ${{ env.NODE_VERSION }} cache: 'npm' diff --git a/.github/workflows/self-healing-master.yml b/.github/workflows/self-healing-master.yml index 9eab230..c57d155 100644 --- a/.github/workflows/self-healing-master.yml +++ b/.github/workflows/self-healing-master.yml @@ -87,7 +87,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: ⚙️ Setup Node.js - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 with: node-version: '20' @@ -312,7 +312,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: ⚙️ Setup Node.js - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 with: node-version: '20' diff --git a/.github/workflows/self-healing.yml b/.github/workflows/self-healing.yml index 6bdb90b..d8ce561 100644 --- a/.github/workflows/self-healing.yml +++ b/.github/workflows/self-healing.yml @@ -69,7 +69,7 @@ jobs: - name: Setup Node if: hashFiles('package.json') != '' - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 with: node-version: '20' diff --git a/.github/workflows/test-auto-heal.yml b/.github/workflows/test-auto-heal.yml index 240ba6a..d089cbf 100644 --- a/.github/workflows/test-auto-heal.yml +++ b/.github/workflows/test-auto-heal.yml @@ -25,7 +25,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: ⚙️ Setup Node.js - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 with: node-version: '20'