From d16af4d4812a85388bd4def63c87dc21d700ab5c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 21 Jul 2026 04:09:25 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 9cfa631..da0c719 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: with: bun-version-file: ".bun-version" # only required for cspell compatibility until a mature replacement is available - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: 24 - run: bun install --frozen-lockfile -- 2.52.0