From cf26a18bdbbdaf4688664ce241549751cc72366f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 03:54:35 +0000 Subject: [PATCH] Update actions/setup-node action to v6 --- .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 3abba9a..70e3ed1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: - name: Check out latest code uses: actions/checkout@v3 - name: Set up node - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: '18.x' registry-url: 'https://registry.npmjs.org'