diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88ec506..5d8e4d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: run: make test - name: Login to GitHub Container Registry if: github.event_name == 'push' || github.event_name == 'release' - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }}