From 904bf01a64d94e0c39b8be4daac65694fb6e0a66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 14:02:02 +0600 Subject: [PATCH] Bump docker/login-action from 2 to 3 (#196) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/rc_rebuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rc_rebuild.yml b/.github/workflows/rc_rebuild.yml index 77ce5b12..a799282e 100644 --- a/.github/workflows/rc_rebuild.yml +++ b/.github/workflows/rc_rebuild.yml @@ -87,7 +87,7 @@ jobs: - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}