diff --git a/.github/workflows/housekeeping.yml b/.github/workflows/housekeeping.yml index b101d74..afb3651 100644 --- a/.github/workflows/housekeeping.yml +++ b/.github/workflows/housekeeping.yml @@ -18,7 +18,7 @@ jobs: password: ${{ secrets.PAT_TOKEN }} - 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.PAT_TOKEN }} repository_owner: ${{ github.repository_owner }}