diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index a944169b..9c0f9cb2 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -132,7 +132,7 @@ jobs: - name: Login to Quay Registry if: ${{ steps.release.outputs.release_created == 'true' }} - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: quay.io username: uncovar+robot