From f1632a80ada512b4ea76ec6217a4b58aff757719 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 17:52:31 +0000 Subject: chore(deps): update actions/setup-node action to v5 (#33) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c13f63e..04a470a 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@v4 + uses: actions/setup-node@v5 with: node-version: '22' - name: Download artifacts -- cgit v1.2.3