From 1f2a4f47ccd2bffc08f99764bb82723625f6376e Mon Sep 17 00:00:00 2001 From: MoeFurina Date: Thu, 5 Feb 2026 23:51:47 +0800 Subject: [PATCH] Squashed commit of the following: commit 9e65b176252a554decf5574ca6a3463838a7a32f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun Feb 1 12:47:49 2026 +0000 chore(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/build-and-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-pr.yml b/.github/workflows/build-and-pr.yml index a844043..d60a747 100644 --- a/.github/workflows/build-and-pr.yml +++ b/.github/workflows/build-and-pr.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '18' @@ -70,7 +70,7 @@ jobs: run: ls -R - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 - name: Create new branch and commit run: |