From 7dba1d12c175e9008f8e7207eb88e5a5052572e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 20:36:17 +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 34aec0d..7596b61 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v7 with: node-version: 18.x cache: yarn