From 52f8ba9c7a6a9ef6b1f785fa2586e3bcaa4d056c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 21:01:29 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .github/actions/prepare/action.yml | 2 +- .github/actions/publish/action.yml | 2 +- .github/workflows/docs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/prepare/action.yml b/.github/actions/prepare/action.yml index c572ea5..7519c33 100644 --- a/.github/actions/prepare/action.yml +++ b/.github/actions/prepare/action.yml @@ -9,7 +9,7 @@ inputs: runs: steps: - - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: ${{ inputs.node-version }} - name: Install dependencies diff --git a/.github/actions/publish/action.yml b/.github/actions/publish/action.yml index 3ec3f67..217813e 100644 --- a/.github/actions/publish/action.yml +++ b/.github/actions/publish/action.yml @@ -13,7 +13,7 @@ runs: - name: Checkout Repository uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: Setup Node.js - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 24.19.0 registry-url: https://registry.npmjs.org diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c8788fa..c13421c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - name: Setup Node.js - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: '24' cache: 'npm'