From 0ccd15f30a69cd8a62fc11dbd86b30a192907a12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 11:41:38 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6.5.0 --- .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 42f005c..7aa1719 100644 --- a/.github/actions/prepare/action.yml +++ b/.github/actions/prepare/action.yml @@ -9,7 +9,7 @@ inputs: runs: steps: - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: node-version: ${{ inputs.node-version }} - name: Install dependencies diff --git a/.github/actions/publish/action.yml b/.github/actions/publish/action.yml index 8bf40b3..63b25ae 100644 --- a/.github/actions/publish/action.yml +++ b/.github/actions/publish/action.yml @@ -13,7 +13,7 @@ runs: - name: Checkout Repository uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Setup Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: node-version: 24.18.0 registry-url: https://registry.npmjs.org diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index fe65a74..cff79e8 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Setup Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: node-version: '24.18.0' cache: 'npm'