diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 7074bed..3fe05f2 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -145,7 +145,7 @@ jobs: - name: Log in to GitHub Docker Registry if: github.event_name != 'pull_request' - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}