From aff806f8dfe8cec44aaa64d736f7540cb87f3661 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 04:09:01 +0000 Subject: [PATCH] Update actions/setup-node action to v7 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 365e3fe..fce3d91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - name: checkout uses: actions/checkout@v7 - name: Setup node - uses: actions/setup-node@v5 + uses: actions/setup-node@v7 with: node-version: '22.x' cache: npm