From 1f7d2e68a472f067e75824ba4631a9c91bc280c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 13:40:04 +0000 Subject: [PATCH] chore(deps): update github actions to v7 --- .github/workflows/release.yml | 8 ++++---- .github/workflows/test.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 647117ed0..3d419c4b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -221,7 +221,7 @@ jobs: name: binaries path: artifacts - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 24 package-manager-cache: false @@ -870,7 +870,7 @@ jobs: bun-version: 1.3.14 no-cache: true - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 24 package-manager-cache: false @@ -1202,7 +1202,7 @@ jobs: bun-version: 1.3.14 no-cache: true - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 24 package-manager-cache: false @@ -1328,7 +1328,7 @@ jobs: contents: read id-token: write steps: - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 24 package-manager-cache: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ed5f0fa5e..fb7dfc7fe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -367,7 +367,7 @@ jobs: # rebuild your environment (rm -rf node_modules && bun install --frozen-lockfile). - name: Publish built viewer manifest for pin regeneration if: always() && steps.gate.outputs.run == 'true' - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v6.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: guide-viewer-manifest path: apps/guides-show/dist/viewer/manifest.json @@ -414,7 +414,7 @@ jobs: with: bun-version: 1.3.14 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 24