From 45a4b9884c3d9573e9504469c3c6ff4aa7657621 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 22 Apr 2026 10:14:39 +0000 Subject: [PATCH] chore(deps): update actions/setup-node digest to 48b55a0 --- .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 1391a6e..cd6748e 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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: 24 - run: bun install --frozen-lockfile