From 054d2c8a461a272f4b0baedfd454ac427d173462 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 9 Sep 2025 15:13:15 +0000 Subject: [PATCH] Update actions/setup-node action to v5 --- .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 0fe8aed..3b76eff 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@v4 + - uses: actions/setup-node@v5 with: node-version: 20 - run: bun install --frozen-lockfile -- 2.49.1