From 92b51f6606c68163a167d87a2738fe6d3ac2d3be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 07:57:43 +0000 Subject: [PATCH] ci(deps): bump the actions-patches group across 1 directory with 2 updates Bumps the actions-patches group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `actions/checkout` from 7.0.0 to 7.0.1 - [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/v7.0.0...v7.0.1) Updates `taiki-e/install-action` from 2.82.9 to 2.85.0 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/v2.82.9...v2.85.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-patches - dependency-name: taiki-e/install-action dependency-version: 2.84.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-patches ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 6 +++--- .github/workflows/ci.yml | 8 ++++---- .github/workflows/integration.yml | 2 +- .github/workflows/typos.yml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 6bc3cbb..1066516 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@v7.0.0 + - uses: actions/checkout@v7.0.1 with: submodules: recursive @@ -62,7 +62,7 @@ jobs: rustup default stable rustup target add ${{ matrix.target }} - - uses: taiki-e/install-action@v2.82.9 + - uses: taiki-e/install-action@v2.85.0 with: tool: just @@ -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@v7.0.0 + - uses: actions/checkout@v7.0.1 with: submodules: recursive diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 075a929..59ff2cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 - 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@v7.0.0 + - uses: actions/checkout@v7.0.1 - 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@v7.0.0 + - uses: actions/checkout@v7.0.1 - 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@v7.0.0 + - uses: actions/checkout@v7.0.1 - uses: actions/download-artifact@v8 with: name: crds diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 3e2926a..42a0f41 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -87,7 +87,7 @@ jobs: # needs_non_pg_snapshot: false steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 - name: Configure toolchain run: | diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index f30a99e..bb1e55e 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@v7.0.0 + - uses: actions/checkout@v7.0.1 - name: Check spelling uses: crate-ci/typos@v1.48.0 with: