From 6cfd0fe407df09be647f372c1dcdd42090c0d2dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 04:25:24 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/format.yml | 2 +- .github/workflows/update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index fddeeb5..ddf807c 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -20,7 +20,7 @@ jobs: repository: ${{github.event.pull_request.head.repo.full_name}} - name: Setup Node.JS - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 - name: Install run: npm install diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 92cd1ca..bae9cf9 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -104,7 +104,7 @@ jobs: >package.json - name: Setup Node.JS - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: node-version: 22.14.0 registry-url: "https://registry.npmjs.org"