From 7ababa51a7c83e8eca611c43a81139ee4a403928 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 09:37:47 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20docker/login-acti?= =?UTF-8?q?on=20action=20to=20v3=20(#195)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/onpush_build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/onpush_build.yaml b/.github/workflows/onpush_build.yaml index bb4c2e1..dcd9ee2 100644 --- a/.github/workflows/onpush_build.yaml +++ b/.github/workflows/onpush_build.yaml @@ -83,7 +83,7 @@ jobs: fi - name: Login to GitHub Container Registry if: env.BUILD_ARGS != '--test' - uses: docker/login-action@v2.2.0 + uses: docker/login-action@v3.0.0 with: registry: ghcr.io username: ${{ github.repository_owner }}