From c64b1dc9fb82eb7199654bde39df934012e03d87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 18:17:49 +0000 Subject: [PATCH] chore(deps): bump the all-actions group across 1 directory with 3 updates Bumps the all-actions group with 3 updates in the / directory: [bnjbvr/cargo-machete](https://github.com/bnjbvr/cargo-machete), [docker/login-action](https://github.com/docker/login-action) and [docker/setup-docker-action](https://github.com/docker/setup-docker-action). Updates `bnjbvr/cargo-machete` from 3026399e8ccbe119a9624e9376afc8c5f21fb60f to 6456c7b34a8c1245e0c186ac50c56666ccbd44f1 - [Release notes](https://github.com/bnjbvr/cargo-machete/releases) - [Changelog](https://github.com/bnjbvr/cargo-machete/blob/main/CHANGELOG.md) - [Commits](https://github.com/bnjbvr/cargo-machete/compare/3026399e8ccbe119a9624e9376afc8c5f21fb60f...6456c7b34a8c1245e0c186ac50c56666ccbd44f1) Updates `docker/login-action` from 3 to 4 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3...v4) Updates `docker/setup-docker-action` from 4 to 5 - [Release notes](https://github.com/docker/setup-docker-action/releases) - [Commits](https://github.com/docker/setup-docker-action/compare/v4...v5) --- updated-dependencies: - dependency-name: bnjbvr/cargo-machete dependency-version: 6456c7b34a8c1245e0c186ac50c56666ccbd44f1 dependency-type: direct:production dependency-group: all-actions - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: docker/setup-docker-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/rust-docker-images.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust-docker-images.yaml b/.github/workflows/rust-docker-images.yaml index 5768670..a48c028 100644 --- a/.github/workflows/rust-docker-images.yaml +++ b/.github/workflows/rust-docker-images.yaml @@ -57,7 +57,7 @@ jobs: rustup override set stable rustup update stable - name: Machete - uses: bnjbvr/cargo-machete@3026399e8ccbe119a9624e9376afc8c5f21fb60f + uses: bnjbvr/cargo-machete@6456c7b34a8c1245e0c186ac50c56666ccbd44f1 lint: name: Lint @@ -88,7 +88,7 @@ jobs: - name: Setup Docker Builder uses: useblacksmith/setup-docker-builder@v1 - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -134,10 +134,10 @@ jobs: fi - name: Set up Docker if: steps.should_deploy.outputs.deploy == 'true' - uses: docker/setup-docker-action@v4 + uses: docker/setup-docker-action@v5 - name: Login to GitHub Container Registry if: steps.should_deploy.outputs.deploy == 'true' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.repository_owner }}