diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 95012f8..6994f61 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@a0853c24544627f65ddf259abe73b1d18a591444 # v5 + - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 with: node-version: 24 - run: bun install --frozen-lockfile