From 4b450bd90efcde280a4fcf7668d285b788d70521 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 11:07:58 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 6 to 6.3.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6 to 6.3.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6...v6.3.0) --- 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/common-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common-config.yaml b/.github/workflows/common-config.yaml index 250c94a8..1ef77391 100644 --- a/.github/workflows/common-config.yaml +++ b/.github/workflows/common-config.yaml @@ -30,7 +30,7 @@ jobs: persist-credentials: true - name: Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v6.3.0 with: node-version: 20