From bd8afb2f8017519d9fa99e9d30cdd4835be46792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 01:10:33 +0000 Subject: [PATCH] Bump actions/setup-node from 6.2.0 to 6.3.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/6044e13b5dc448c55e2357c09f80417699197238...53b83947a5a98c8d113130e565377fae1a50d02f) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-to-container.yaml | 2 +- .github/workflows/release-to-github-pages.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-to-container.yaml b/.github/workflows/release-to-container.yaml index 21d9f91..2af5eb5 100644 --- a/.github/workflows/release-to-container.yaml +++ b/.github/workflows/release-to-container.yaml @@ -41,7 +41,7 @@ jobs: run: corepack enable # Setup Node.js with yarn support - name: Setup Node - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f with: node-version: "lts/*" # Ensures the latest LTS version is used cache: yarn # npm / pnpm / yarn diff --git a/.github/workflows/release-to-github-pages.yaml b/.github/workflows/release-to-github-pages.yaml index 98bce81..0f26fed 100644 --- a/.github/workflows/release-to-github-pages.yaml +++ b/.github/workflows/release-to-github-pages.yaml @@ -42,7 +42,7 @@ jobs: run: corepack enable # Setup Node.js with yarn support - name: Setup Node - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f with: node-version: "lts/*" # Ensures the latest LTS version is used cache: yarn # npm / pnpm / yarn