From c71ad9c44a8ed3e3012ecd77dada42607b44ac42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 01:32:21 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/ci.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 763f45e..aaa8570 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') || (startsWith(github.ref, 'refs/heads/') && !startsWith(github.ref, 'refs/heads/dependabot/')) runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: EmbarkStudios/cargo-deny-action@v2 build: # only run for pushes to tags or non-dependabot branches @@ -58,7 +58,7 @@ jobs: runs-on: ${{ matrix.target.runs-on }} steps: - name: git checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup workflow cache uses: actions/cache@v5 with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b3c886..1cb83e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: cargo-deny: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: EmbarkStudios/cargo-deny-action@v2 test: strategy: @@ -56,7 +56,7 @@ jobs: runs-on: ${{ matrix.target.runs-on }} steps: - name: git checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup workflow cache uses: actions/cache@v5 with: