From 10dd91ca269729d4f65839b6ee63801cb7ebc1a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 00:25:05 +0000 Subject: [PATCH] build(deps): bump actions/setup-node from 4 to 6 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-gitee.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/fetch-news.yml | 2 +- .github/workflows/test-deploy.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-gitee.yml b/.github/workflows/deploy-gitee.yml index 68b5d63a..e6dc1955 100644 --- a/.github/workflows/deploy-gitee.yml +++ b/.github/workflows/deploy-gitee.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 18 cache: npm diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a540a7d4..43789fb5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: 18 cache: npm diff --git a/.github/workflows/fetch-news.yml b/.github/workflows/fetch-news.yml index fcd9a381..5bb22224 100644 --- a/.github/workflows/fetch-news.yml +++ b/.github/workflows/fetch-news.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 18 cache: npm diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 1b9c0894..d7adac22 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: 18 cache: npm