From 6b080b7413b597915ba93c87791196eb8f1e2bfb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 3 Aug 2026 01:30:21 +0000 Subject: [PATCH] chore(deps): update https://git.keligrubb.com/actions/setup-node action to v7 (#25) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [https://git.keligrubb.com/actions/setup-node](https://git.keligrubb.com/actions/setup-node) | action | major | `v6` → `v7` | --- ### Release Notes
actions/setup-node (https://git.keligrubb.com/actions/setup-node) ### [`v7.0.0`](https://git.keligrubb.com/actions/setup-node/compare/v7...v7) [Compare Source](https://git.keligrubb.com/actions/setup-node/compare/v7...v7) ### [`v7`](https://git.keligrubb.com/actions/setup-node/compare/v6.5.0...v7) [Compare Source](https://git.keligrubb.com/actions/setup-node/compare/v6.5.0...v7)
--- - [ ] If you want to rebase/retry this PR, check this box Reviewed-on: https://git.keligrubb.com/keligrubb/scrollsmith/pulls/25 Co-authored-by: Renovate Bot --- .gitea/workflows/pr.yml | 4 ++-- .gitea/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/pr.yml b/.gitea/workflows/pr.yml index ea3f51f..d4e2ac4 100644 --- a/.gitea/workflows/pr.yml +++ b/.gitea/workflows/pr.yml @@ -12,7 +12,7 @@ jobs: uses: https://git.keligrubb.com/actions/checkout@v7 - name: Setup Node - uses: https://git.keligrubb.com/actions/setup-node@v6 + uses: https://git.keligrubb.com/actions/setup-node@v7 with: node-version: "24" cache: "npm" @@ -31,7 +31,7 @@ jobs: uses: https://git.keligrubb.com/actions/checkout@v7 - name: Setup Node - uses: https://git.keligrubb.com/actions/setup-node@v6 + uses: https://git.keligrubb.com/actions/setup-node@v7 with: node-version: "24" cache: "npm" diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 97ff34d..03a4b34 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -22,7 +22,7 @@ jobs: uses: https://git.keligrubb.com/actions/checkout@v7 - name: Setup Node - uses: https://git.keligrubb.com/actions/setup-node@v6 + uses: https://git.keligrubb.com/actions/setup-node@v7 with: node-version: "24" cache: "npm"