From 26750276bfee0f538e60cc7fa82a82a4e45f576f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 22:58:10 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eea502d..2574ae4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,7 +163,7 @@ jobs: with: tool: cargo-zigbuild - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 22