From 3c0c14eb6c2409f618618319ed2f33565e4ea7cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:35:13 +0000 Subject: [PATCH] Bump docker/login-action from 2 to 3 Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/rabbit_consumer_schedule.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rabbit_consumer_schedule.yaml b/.github/workflows/rabbit_consumer_schedule.yaml index 21585e14..c500f29a 100644 --- a/.github/workflows/rabbit_consumer_schedule.yaml +++ b/.github/workflows/rabbit_consumer_schedule.yaml @@ -51,7 +51,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to Harbor - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: harbor.stfc.ac.uk username: ${{ secrets.HARBOR_USERNAME }} @@ -83,7 +83,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to Harbor - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: harbor.stfc.ac.uk username: ${{ secrets.HARBOR_USERNAME }}