diff --git a/.github/workflows/prune.yml b/.github/workflows/prune.yml index c1e8637f..98eb770c 100644 --- a/.github/workflows/prune.yml +++ b/.github/workflows/prune.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Prune Images - uses: vlaurin/action-ghcr-prune@v0.5.0 + uses: vlaurin/action-ghcr-prune@v0.6.0 with: token: ${{ secrets.GITHUB_TOKEN }} organization: ${{ github.repository_owner }} @@ -27,7 +27,7 @@ jobs: ^commit- - name: Prune Charts - uses: vlaurin/action-ghcr-prune@v0.5.0 + uses: vlaurin/action-ghcr-prune@v0.6.0 with: token: ${{ secrets.GITHUB_TOKEN }} organization: ${{ github.repository_owner }}