From 3cd1dcc4c45fcc5ef7f945330fa8693f7b749e03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 10:23:33 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .github/workflows/scripts.yml | 2 +- .github/workflows/test-sticky-comment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scripts.yml b/.github/workflows/scripts.yml index 88ef703ef..3e1cdb57e 100644 --- a/.github/workflows/scripts.yml +++ b/.github/workflows/scripts.yml @@ -48,7 +48,7 @@ jobs: persist-credentials: false - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: './scripts/.nvmrc' diff --git a/.github/workflows/test-sticky-comment.yml b/.github/workflows/test-sticky-comment.yml index 3e7fe372d..51e9d3251 100644 --- a/.github/workflows/test-sticky-comment.yml +++ b/.github/workflows/test-sticky-comment.yml @@ -45,7 +45,7 @@ jobs: persist-credentials: false - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: './actions/sticky-comment/.nvmrc'