diff --git a/.github/workflows/example-image.yml b/.github/workflows/example-image.yml index 95d2614..63526ab 100644 --- a/.github/workflows/example-image.yml +++ b/.github/workflows/example-image.yml @@ -34,7 +34,7 @@ jobs: - name: Log in to GHCR if: github.event_name == 'push' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}