From ebfa5f97280dd3534a1dc4387d02412cac5b60d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 11:47:37 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .github/workflows/LockfileDiff.yml | 2 +- .github/workflows/ValidateTaskfile.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/LockfileDiff.yml b/.github/workflows/LockfileDiff.yml index 6609f9170..c475fcaf8 100644 --- a/.github/workflows/LockfileDiff.yml +++ b/.github/workflows/LockfileDiff.yml @@ -27,7 +27,7 @@ jobs: persist-credentials: false - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: '.nvmrc' diff --git a/.github/workflows/ValidateTaskfile.yml b/.github/workflows/ValidateTaskfile.yml index 20e9cbdbe..55fadc947 100644 --- a/.github/workflows/ValidateTaskfile.yml +++ b/.github/workflows/ValidateTaskfile.yml @@ -16,7 +16,7 @@ jobs: with: persist-credentials: false - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: '.nvmrc'