From 3e6e0334e91b0a7b5f6e4151e51de0504996e827 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 18:41:38 +0000 Subject: [PATCH] build(deps): bump actions/setup-node from 6.2.0 to 6.3.0 (#667) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/backend.test.build.yml | 2 +- .github/workflows/backend.test.lint.yml | 2 +- .github/workflows/backend.test.unit.yml | 2 +- .github/workflows/test-build.yml | 2 +- .github/workflows/test-lint.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/backend.test.build.yml b/.github/workflows/backend.test.build.yml index 6ecd0ba..817a1ce 100644 --- a/.github/workflows/backend.test.build.yml +++ b/.github/workflows/backend.test.build.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.1.7 - - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v4.0.3 + - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v4.0.3 with: node-version-file: './.tool-versions' - name: Install Dependencies & Build Library diff --git a/.github/workflows/backend.test.lint.yml b/.github/workflows/backend.test.lint.yml index 3f4c4f3..cd5d37a 100644 --- a/.github/workflows/backend.test.lint.yml +++ b/.github/workflows/backend.test.lint.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.1.7 - - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v4.0.3 + - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v4.0.3 with: node-version-file: './.tool-versions' - name: Lint diff --git a/.github/workflows/backend.test.unit.yml b/.github/workflows/backend.test.unit.yml index 256f575..8352488 100644 --- a/.github/workflows/backend.test.unit.yml +++ b/.github/workflows/backend.test.unit.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.1.7 - - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v4.0.3 + - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v4.0.3 with: node-version-file: './.tool-versions' - name: Install Dependencies & Build Library diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 7519ea1..28fd2ff 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 - name: Setup Node - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v4.0.3 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v4.0.3 with: node-version-file: './.tool-versions' diff --git a/.github/workflows/test-lint.yml b/.github/workflows/test-lint.yml index e1e1c0d..f609104 100644 --- a/.github/workflows/test-lint.yml +++ b/.github/workflows/test-lint.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 - name: Setup Node - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v4.0.3 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v4.0.3 with: node-version-file: './.tool-versions'