From 179669e581f9775601a86efd17e82eb0d97aa545 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 06:22:51 +0000 Subject: [PATCH] ci(deps): bump actions/checkout from 6.0.2 to 7.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 7.0.0. - [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.0.2...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 4 ++-- .github/workflows/ci.yml | 8 ++++---- .github/workflows/integration.yml | 2 +- .github/workflows/typos.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e21d1a1..f47490d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -52,7 +52,7 @@ jobs: steps: - name: Free up space run: sudo rm -rf /opt/hostedtoolcache /usr/share/dotnet /usr/local/lib/android /opt/ghc /usr/local/.ghcup || true - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v7.0.0 with: submodules: recursive @@ -97,7 +97,7 @@ jobs: - name: Login to ghcr.io run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v7.0.0 with: submodules: recursive diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4a1155..075a929 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v7.0.0 - name: Configure toolchain run: | rustup toolchain install --profile minimal --no-self-update stable @@ -41,7 +41,7 @@ jobs: name: Clippy runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v7.0.0 - name: Configure toolchain run: | rustup toolchain install --profile minimal --no-self-update stable @@ -54,7 +54,7 @@ jobs: name: Generate CRDs runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v7.0.0 - name: Configure toolchain run: | rustup toolchain install --profile minimal --no-self-update stable @@ -72,7 +72,7 @@ jobs: needs: [gen-crds] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v7.0.0 - uses: actions/download-artifact@v8 with: name: crds diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index b3d24a2..27c68f7 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -70,7 +70,7 @@ jobs: # needs_non_pg_snapshot: false steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v7.0.0 - name: Configure toolchain run: | diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 3306b14..c1613d6 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -10,7 +10,7 @@ jobs: name: Spellcheck runs-on: ubuntu-slim steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v7.0.0 - name: Check spelling uses: crate-ci/typos@v1.47.0 with: