From ebb80ea26436f7589a58ad67df40c73e9e04a26e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 07:29:39 -0500 Subject: [PATCH] build(deps): bump the updates group with 3 updates (#4149) --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e59de82f..5a7914af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -111,7 +111,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@v6.1.0 + uses: docker/metadata-action@v6.2.0 with: # NOTE for forks: if your Docker Hub organization doesn't match your Github repo's, # then the use of ${{ github.repository_owner }} will need to be replaced. @@ -144,7 +144,7 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Set up QEMU - uses: docker/setup-qemu-action@v4.1.0 + uses: docker/setup-qemu-action@v4.2.0 - name: Build for test uses: docker/build-push-action@v7 @@ -172,14 +172,14 @@ jobs: tests/test.sh - name: Login to DockerHub - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.4.0 if: env.HAS_IMAGE_REPO_ACCESS with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Login to GHCR - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.4.0 if: env.HAS_IMAGE_REPO_ACCESS with: registry: ghcr.io