diff --git a/.github/workflows/clean-untagged-ghcr-images.yml b/.github/workflows/clean-untagged-ghcr-images.yml index ded321aa92..434c2fc618 100644 --- a/.github/workflows/clean-untagged-ghcr-images.yml +++ b/.github/workflows/clean-untagged-ghcr-images.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Delete all containers from repository without tags - uses: Chizkiyahu/delete-untagged-ghcr-action@v3 + uses: Chizkiyahu/delete-untagged-ghcr-action@v4 with: token: ${{ secrets.WORKFLOW_GITHUB }} repository_owner: ${{ github.repository_owner }}