diff --git a/.github/workflows/cleanup-old-images.yml b/.github/workflows/cleanup-old-images.yml index d19e5e7..d9b9ddc 100644 --- a/.github/workflows/cleanup-old-images.yml +++ b/.github/workflows/cleanup-old-images.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Login to GitHub Container Registry - uses: docker/login-action@v3.7.0 + uses: docker/login-action@v4.0.0 with: registry: ghcr.io username: ${{ github.actor }}