From 8cb7c1e99e3abdd27181cb77265995ad6cf417fb Mon Sep 17 00:00:00 2001 From: "leafdbot[bot]" <192038741+leafdbot[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 00:30:46 -0600 Subject: [PATCH] chore(deps): update actions/setup-node action to v5 (#35) Signed-off-by: leafdbot[bot] <192038741+leafdbot[bot]@users.noreply.github.com> Co-authored-by: leafdbot[bot] <192038741+leafdbot[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 87b2e72..1e69900 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -95,7 +95,7 @@ jobs: restore-keys: | ${{ runner.os }}-rust-target- - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 20 - name: Install pnpm via corepack