From 5dc33ab4ec5c8b14c5d4a74ecc039025df54f06d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 01:14:52 +0000 Subject: [PATCH] chore(github-actions): update actions/setup-node action to v7 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/renovate-custom-hooks.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75fed90..e8d3a13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: 'false' - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: package.json - run: | @@ -110,7 +110,7 @@ jobs: fetch-depth: 0 persist-credentials: 'false' - name: Setup Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: package.json - name: Install dependencies diff --git a/.github/workflows/renovate-custom-hooks.yaml b/.github/workflows/renovate-custom-hooks.yaml index 1c0fe3d..2baa59b 100644 --- a/.github/workflows/renovate-custom-hooks.yaml +++ b/.github/workflows/renovate-custom-hooks.yaml @@ -35,7 +35,7 @@ jobs: private-key: ${{ secrets.AUTOMATION_APP_PRIVATE_KEY }} permission-contents: 'write' - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: package.json