diff --git a/.github/workflows/housekeeping.yml b/.github/workflows/housekeeping.yml index 26ef7fe..b101d74 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@v2 + uses: Chizkiyahu/delete-untagged-ghcr-action@v3 with: token: ${{ secrets.PAT_TOKEN }} repository_owner: ${{ github.repository_owner }}