From 08c2b7380cecdcf680f5f4d6bce145668f545fdd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 20:49:05 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v3 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a21e83b..758e2ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,11 +21,11 @@ jobs: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }} restore-keys: ${{ runner.os }}-buildx- - - uses: docker/login-action@v1 + - uses: docker/login-action@v3 with: username: hoishin password: ${{ secrets.DOCKERHUB_TOKEN }} - - uses: docker/login-action@v1 + - uses: docker/login-action@v3 with: registry: ghcr.io username: hoishin