From 20ea380137798db3e5d66776d618e55e91eb9e2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 18:05:45 +0000 Subject: [PATCH] chore: bump actions/setup-node from 4.4.0 to 6.0.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.4.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.4.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-build.yml | 2 +- .github/workflows/check-lint.yml | 4 ++-- .github/workflows/check-pr-title.yml | 2 +- .github/workflows/deploy-storybook-docs.yml | 2 +- .github/workflows/release-dapps.yml | 2 +- .github/workflows/release-libs.yml | 2 +- .github/workflows/test.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/check-build.yml b/.github/workflows/check-build.yml index 4387c18ec..a434777f8 100644 --- a/.github/workflows/check-build.yml +++ b/.github/workflows/check-build.yml @@ -28,7 +28,7 @@ jobs: corepack enable - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v6.0.0 with: node-version: ${{ matrix.node-version }} cache: yarn diff --git a/.github/workflows/check-lint.yml b/.github/workflows/check-lint.yml index 75fa625a4..4e9a3684b 100644 --- a/.github/workflows/check-lint.yml +++ b/.github/workflows/check-lint.yml @@ -26,7 +26,7 @@ jobs: corepack enable - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v6.0.0 with: node-version: ${{ matrix.node-version }} cache: yarn @@ -56,7 +56,7 @@ jobs: corepack enable - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v6.0.0 with: node-version: ${{ matrix.node-version }} cache: yarn diff --git a/.github/workflows/check-pr-title.yml b/.github/workflows/check-pr-title.yml index 67110eafd..55ee0f5d1 100644 --- a/.github/workflows/check-pr-title.yml +++ b/.github/workflows/check-pr-title.yml @@ -17,7 +17,7 @@ jobs: corepack enable - name: Set up Node.js environment - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v6.0.0 with: node-version: '>=18.18.x' diff --git a/.github/workflows/deploy-storybook-docs.yml b/.github/workflows/deploy-storybook-docs.yml index 0c20559df..ec30d68ba 100644 --- a/.github/workflows/deploy-storybook-docs.yml +++ b/.github/workflows/deploy-storybook-docs.yml @@ -33,7 +33,7 @@ jobs: corepack enable - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v6.0.0 with: node-version: ${{ matrix.node-version }} cache: yarn diff --git a/.github/workflows/release-dapps.yml b/.github/workflows/release-dapps.yml index cf89f6aba..236ca0bee 100644 --- a/.github/workflows/release-dapps.yml +++ b/.github/workflows/release-dapps.yml @@ -42,7 +42,7 @@ jobs: corepack enable - name: Setup Node.js environment - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v6.0.0 with: node-version: '>=18.18.x' cache: yarn diff --git a/.github/workflows/release-libs.yml b/.github/workflows/release-libs.yml index 9fa43d896..3dae9cd11 100644 --- a/.github/workflows/release-libs.yml +++ b/.github/workflows/release-libs.yml @@ -66,7 +66,7 @@ jobs: corepack enable - name: Setup Node.js environment - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v6.0.0 with: node-version: '>=18.18.x' cache: yarn diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dd0998f99..082cb6b3f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: corepack enable - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v6.0.0 with: node-version: ${{ matrix.node-version }} cache: yarn