From 11a7da3174a0a3762ed150824c596233ce687ed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 14:43:34 +0000 Subject: [PATCH] ci: (deps): 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/dependabot-secure-flow.yaml | 2 +- .github/workflows/dependabot-secure-flow.yml | 2 +- action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 .github/workflows/dependabot-secure-flow.yml diff --git a/.github/workflows/dependabot-secure-flow.yaml b/.github/workflows/dependabot-secure-flow.yaml index 3b54bd8..dc49b1d 100644 --- a/.github/workflows/dependabot-secure-flow.yaml +++ b/.github/workflows/dependabot-secure-flow.yaml @@ -142,7 +142,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '20' diff --git a/.github/workflows/dependabot-secure-flow.yml b/.github/workflows/dependabot-secure-flow.yml old mode 100755 new mode 100644 index 58602fc..ca677e0 --- a/.github/workflows/dependabot-secure-flow.yml +++ b/.github/workflows/dependabot-secure-flow.yml @@ -142,7 +142,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '20' diff --git a/action.yml b/action.yml index 5282e2f..5756606 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,7 @@ runs: using: "composite" steps: - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ inputs.node-version }}