From 5d37174c7eaf377292e3a253c897992a71e8ffac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 00:18:31 +0000 Subject: [PATCH] build(deps): bump actions/setup-node from 4 to 5 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '5' 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..220f3fd0 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@v5 with: node-version: 18 cache: npm diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a540a7d4..429ca1f1 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@v5 with: node-version: 18 cache: npm diff --git a/.github/workflows/fetch-news.yml b/.github/workflows/fetch-news.yml index 06691589..378fef12 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@v5 with: node-version: 18 cache: npm diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 1b9c0894..77dd1673 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@v5 with: node-version: 18 cache: npm