diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 05a7952..64f00ad 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -128,7 +128,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 }}