From f2b610046fab7f5a7d1a00a7cc5cb07587c84a3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 20:32:00 +0000 Subject: chore(deps): update actions/setup-node action to v6 (#72) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b09911d..e101ac4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -158,7 +158,7 @@ jobs: - name: Start stack run: docker compose -f contrib/docker-compose/compose.yaml up -d - name: Setup node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: '22' - name: Download artifacts -- cgit v1.2.3