diff --git a/.github/workflows/housekeeping.yml b/.github/workflows/housekeeping.yml index afb3651c..1cc324c5 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@v4 + uses: Chizkiyahu/delete-untagged-ghcr-action@v5 with: token: ${{ secrets.PAT_TOKEN }} repository_owner: ${{ github.repository_owner }}