From 953c70f5fc3ca53cbbcc2ba30cf527aa793591a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 11:39:18 +0200 Subject: [PATCH] ci: bump actions/setup-node from 6.3.0 to 6.4.0 (#21762) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.3.0 to 6.4.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/53b83947a5a98c8d113130e565377fae1a50d02f...48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-api-docs.yml | 4 ++-- .github/workflows/ci-aws-cfn.yml | 2 +- .github/workflows/ci-docs.yml | 4 ++-- .github/workflows/ci-outpost.yml | 2 +- .github/workflows/ci-web.yml | 6 +++--- .github/workflows/packages-npm-publish.yml | 2 +- .github/workflows/release-publish.yml | 4 ++-- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci-api-docs.yml b/.github/workflows/ci-api-docs.yml index 3bb61e02db..a0bc8e002e 100644 --- a/.github/workflows/ci-api-docs.yml +++ b/.github/workflows/ci-api-docs.yml @@ -33,7 +33,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5 - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v5 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v5 with: node-version-file: website/package.json cache: "npm" @@ -71,7 +71,7 @@ jobs: with: name: api-docs path: website/api/build - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v5 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v5 with: node-version-file: website/package.json cache: "npm" diff --git a/.github/workflows/ci-aws-cfn.yml b/.github/workflows/ci-aws-cfn.yml index 5d8c655908..541e6915c6 100644 --- a/.github/workflows/ci-aws-cfn.yml +++ b/.github/workflows/ci-aws-cfn.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5 - name: Setup authentik env uses: ./.github/actions/setup - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v5 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v5 with: node-version-file: lifecycle/aws/package.json cache: "npm" diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml index 51552828e1..c57a1456ba 100644 --- a/.github/workflows/ci-docs.yml +++ b/.github/workflows/ci-docs.yml @@ -36,7 +36,7 @@ jobs: NODE_ENV: production steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5 - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v5 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v5 with: node-version-file: website/package.json cache: "npm" @@ -53,7 +53,7 @@ jobs: NODE_ENV: production steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5 - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v5 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v5 with: node-version-file: website/package.json cache: "npm" diff --git a/.github/workflows/ci-outpost.yml b/.github/workflows/ci-outpost.yml index 5f478a7fc8..4a6569f088 100644 --- a/.github/workflows/ci-outpost.yml +++ b/.github/workflows/ci-outpost.yml @@ -145,7 +145,7 @@ jobs: - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 with: go-version-file: "go.mod" - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v5 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v5 with: node-version-file: web/package.json cache: "npm" diff --git a/.github/workflows/ci-web.yml b/.github/workflows/ci-web.yml index 0784b03a84..1d7a64c44b 100644 --- a/.github/workflows/ci-web.yml +++ b/.github/workflows/ci-web.yml @@ -32,7 +32,7 @@ jobs: project: web steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5 - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v5 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v5 with: node-version-file: ${{ matrix.project }}/package.json cache: "npm" @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5 - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v5 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v5 with: node-version-file: web/package.json cache: "npm" @@ -73,7 +73,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5 - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v5 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v5 with: node-version-file: web/package.json cache: "npm" diff --git a/.github/workflows/packages-npm-publish.yml b/.github/workflows/packages-npm-publish.yml index be256470ef..6dee855434 100644 --- a/.github/workflows/packages-npm-publish.yml +++ b/.github/workflows/packages-npm-publish.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5 with: fetch-depth: 2 - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v5 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v5 with: node-version-file: ${{ matrix.package }}/package.json registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 76abd0768d..2434842388 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -87,7 +87,7 @@ jobs: - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 with: go-version-file: "go.mod" - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v5 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v5 with: node-version-file: web/package.json cache: "npm" @@ -151,7 +151,7 @@ jobs: - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 with: go-version-file: "go.mod" - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v5 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v5 with: node-version-file: web/package.json cache: "npm"