From 149acf695f2e5ddd5dec5a7737fbc960d9f6905a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 09:55:21 +0000 Subject: [PATCH] build(deps): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [docker/login-action](https://github.com/docker/login-action) and [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action). Updates `docker/login-action` from 4.4.0 to 4.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4.4.0...v4.6.0) Updates `mozilla-actions/sccache-action` from 0.0.10 to 0.0.11 - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](https://github.com/mozilla-actions/sccache-action/compare/v0.0.10...v0.0.11) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: mozilla-actions/sccache-action dependency-version: 0.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/builder-images.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/kumomta.yml | 2 +- .github/workflows/redis.yml | 4 ++-- .github/workflows/reusable-kumomta-build.yml | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/builder-images.yml b/.github/workflows/builder-images.yml index c5a74316..0e3c0cbd 100644 --- a/.github/workflows/builder-images.yml +++ b/.github/workflows/builder-images.yml @@ -102,7 +102,7 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Login to GHCR if: ${{ github.event_name != 'pull_request' }} - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.6.0 with: registry: https://ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 68555102..e65bce2c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -37,7 +37,7 @@ jobs: with: toolchain: stable - name: "Setup sccache" - uses: mozilla-actions/sccache-action@v0.0.10 + uses: mozilla-actions/sccache-action@v0.0.11 - name: Install stylua uses: baptiste0928/cargo-install@v3 with: diff --git a/.github/workflows/kumomta.yml b/.github/workflows/kumomta.yml index 3255f552..52d96752 100644 --- a/.github/workflows/kumomta.yml +++ b/.github/workflows/kumomta.yml @@ -198,7 +198,7 @@ jobs: - name: Login to GHCR if: ${{ github.event_name != 'pull_request' }} - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.6.0 with: registry: https://ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/redis.yml b/.github/workflows/redis.yml index c37b21c1..4dcd6874 100644 --- a/.github/workflows/redis.yml +++ b/.github/workflows/redis.yml @@ -41,7 +41,7 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Log in to the Container registry if: ${{ github.event_name != 'pull_request' }} - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.6.0 with: registry: https://ghcr.io username: ${{ github.repository_owner }} @@ -111,7 +111,7 @@ jobs: type=ref,event=pr - name: Login to GHCR if: ${{ github.event_name != 'pull_request' }} - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.6.0 with: registry: https://ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/reusable-kumomta-build.yml b/.github/workflows/reusable-kumomta-build.yml index 6923bb6c..3cb2c0bd 100644 --- a/.github/workflows/reusable-kumomta-build.yml +++ b/.github/workflows/reusable-kumomta-build.yml @@ -65,7 +65,7 @@ jobs: - name: Fixup git permissions run: git config --global --add safe.directory $PWD - name: "Setup sccache" - uses: mozilla-actions/sccache-action@v0.0.10 + uses: mozilla-actions/sccache-action@v0.0.11 - name: "Restore Vendored Deps from cache" uses: actions/cache@v6 id: cache-cargo-vendor @@ -207,7 +207,7 @@ jobs: type=raw,value=latest,enable=${{ github.ref_type == 'tag' }} - name: Login to GHCR if: ${{ github.event_name != 'pull_request' }} - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.6.0 with: registry: https://ghcr.io username: ${{ github.actor }}