diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c575c82..45666a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -260,7 +260,7 @@ jobs: - name: Log in to GitHub Container Registry if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 33f5819..195e7e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -495,7 +495,7 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Log in to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}