From 0d010660ee0c2469ed65df078c849e219cb03932 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 06:35:19 +0000 Subject: [PATCH] ci(deps): bump the actions-patches group across 1 directory with 4 updates Bumps the actions-patches group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [taiki-e/install-action](https://github.com/taiki-e/install-action), [docker/build-push-action](https://github.com/docker/build-push-action) and [crate-ci/typos](https://github.com/crate-ci/typos). Updates `actions/checkout` from 6 to 6.0.2 - [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...v6.0.2) Updates `taiki-e/install-action` from 2.79.1 to 2.81.1 - [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.79.1...v2.81.1) Updates `docker/build-push-action` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v7.1.0...v7.2.0) Updates `crate-ci/typos` from 1.46.2 to 1.47.0 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.46.2...v1.47.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-patches - dependency-name: crate-ci/typos dependency-version: 1.46.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-patches - dependency-name: docker/build-push-action dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-patches - dependency-name: taiki-e/install-action dependency-version: 2.79.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-patches ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 8 ++++---- .github/workflows/ci.yml | 8 ++++---- .github/workflows/integration.yml | 2 +- .github/workflows/typos.yml | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index db0eb0a..d0c7061 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 + - uses: actions/checkout@v6.0.2 with: submodules: recursive @@ -62,7 +62,7 @@ jobs: rustup default stable rustup target add ${{ matrix.target }} - - uses: taiki-e/install-action@v2.79.1 + - uses: taiki-e/install-action@v2.81.1 with: tool: just @@ -94,7 +94,7 @@ jobs: - name: Login to ghcr.io run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.2 with: submodules: recursive @@ -143,7 +143,7 @@ jobs: org.opencontainers.image.licenses=GPL-3.0-or-later - name: Build and push - uses: docker/build-push-action@v7.1.0 + uses: docker/build-push-action@v7.2.0 with: context: .github/build-context file: Containerfile diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c41b64a..e4a1155 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 + - uses: actions/checkout@v6.0.2 - 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 + - uses: actions/checkout@v6.0.2 - 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 + - uses: actions/checkout@v6.0.2 - 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 + - uses: actions/checkout@v6.0.2 - uses: actions/download-artifact@v8 with: name: crds diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 4a9ebdf..90fd480 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -57,7 +57,7 @@ jobs: needs_non_pg_snapshot: false steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.2 - name: Configure toolchain run: | diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 080d79d..3306b14 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -10,8 +10,8 @@ jobs: name: Spellcheck runs-on: ubuntu-slim steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.2 - name: Check spelling - uses: crate-ci/typos@v1.46.2 + uses: crate-ci/typos@v1.47.0 with: config: .typos.toml