diff --git a/.github/workflows/code.yaml b/.github/workflows/code.yaml index 97c9f2a1..76d603b0 100644 --- a/.github/workflows/code.yaml +++ b/.github/workflows/code.yaml @@ -85,7 +85,7 @@ jobs: - name: Log in to GitHub Docker Registry if: github.event_name != 'pull_request' - uses: docker/login-action@v3.5.0 + uses: docker/login-action@v3.6.0 with: registry: ghcr.io username: ${{ github.actor }}