From 656e121033f7b4a91b5efa996ab61200d11c1a15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 09:21:21 +0000 Subject: [PATCH] chore(deps): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v6...v7) Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 16 ++++++++-------- .github/workflows/release.yml | 14 +++++++------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a70f43..214d953 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: timeout-minutes: 15 steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Bun uses: oven-sh/setup-bun@v2 @@ -33,7 +33,7 @@ jobs: bun-version: ${{ env.BUN_VERSION }} - name: Cache Bun packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.bun/install/cache key: bun-${{ runner.os }}-${{ hashFiles('bun.lock') }} @@ -81,7 +81,7 @@ jobs: runner: windows-2025 steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Bun uses: oven-sh/setup-bun@v2 @@ -89,7 +89,7 @@ jobs: bun-version: ${{ env.BUN_VERSION }} - name: Cache Bun packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.bun/install/cache key: bun-${{ matrix.id }}-${{ hashFiles('bun.lock') }} @@ -120,7 +120,7 @@ jobs: rustup default stable - name: Cache Cargo packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -152,7 +152,7 @@ jobs: channel: ${{ steps.meta.outputs.channel }} steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -192,7 +192,7 @@ jobs: arch: x64 steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Linux tray dependencies if: runner.os == 'Linux' @@ -261,7 +261,7 @@ jobs: needs: release-dry-run steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download dry-run platform manifests uses: actions/download-artifact@v8 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9db2434..a45f48c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,7 +72,7 @@ jobs: echo "tag=v$VERSION" >> "$GITHUB_OUTPUT" - name: Check out release tag - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: ref: ${{ steps.version.outputs.tag }} fetch-depth: 0 @@ -194,7 +194,7 @@ jobs: contents: write steps: - name: Check out repository - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: ref: ${{ needs.setup.outputs.source_sha }} fetch-depth: 0 @@ -212,7 +212,7 @@ jobs: bun-version: ${{ env.BUN_VERSION }} - name: Cache Bun packages - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.bun/install/cache key: bun-${{ runner.os }}-${{ hashFiles('bun.lock') }} @@ -292,7 +292,7 @@ jobs: arch: x64 steps: - name: Check out repository - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: ref: ${{ needs.setup.outputs.source_sha }} fetch-depth: 0 @@ -322,7 +322,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Cache Bun packages - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.bun/install/cache key: bun-release-${{ matrix.id }}-${{ hashFiles('bun.lock') }} @@ -351,7 +351,7 @@ jobs: rustup default stable - name: Cache Cargo packages - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: | ~/.cargo/registry @@ -610,7 +610,7 @@ jobs: - runtime-artifacts steps: - name: Check out repository - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: ref: ${{ needs.setup.outputs.source_sha }} fetch-depth: 0