From e0c18c46e09af23b2e8675a1e0763c9929341ab8 Mon Sep 17 00:00:00 2001 From: "slnc-renovate-ci[bot]" <264827662+slnc-renovate-ci[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 05:27:54 +0000 Subject: [PATCH] chore(deps): update all non-security dependencies to v7 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release-binaries.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a174080..736f78a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: '24' @@ -117,7 +117,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Setup Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: '24' diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml index 3e0cc09..0fe85ab 100644 --- a/.github/workflows/release-binaries.yml +++ b/.github/workflows/release-binaries.yml @@ -300,7 +300,7 @@ jobs: ref: ${{ needs.resolve-tag.outputs.tag }} - name: Setup Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: '24' registry-url: 'https://registry.npmjs.org' @@ -444,7 +444,7 @@ jobs: ref: ${{ needs.resolve-tag.outputs.tag }} - name: Setup Python - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7 with: python-version: '3.14'