From 58ecddf4e268ad66f9498a2af7568a77e7054bee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:52:53 +0000 Subject: [PATCH] chore(deps): bump docker/login-action from 4 to 4.5.1 Bumps [docker/login-action](https://github.com/docker/login-action) from 4 to 4.5.1. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4...v4.5.1) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/staging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index db927ac..ddd4afe 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -22,7 +22,7 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Login to Quay.io - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.1 with: registry: ${{ env.REGISTRY }} username: ${{ secrets.QUAY_USERNAME }}