From c078c4e9104af2ce852b8e12ee109c91e9959af2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 04:31:55 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6f78fd9..8864c03 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: with: submodules: 'true' - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: '16' # You might need to adjust this value to your own version - name: Build