From 7589e0b67716978136fd002e83c866d267044427 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 7 Feb 2024 19:45:18 +0100 Subject: [PATCH] chore(deps): update actions/delete-package-versions action to v5 by renovate (#17998) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/delete-package-versions](https://togithub.com/actions/delete-package-versions) | action | major | `v4` -> `v5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
actions/delete-package-versions (actions/delete-package-versions) ### [`v5`](https://togithub.com/actions/delete-package-versions/compare/v4...v5) [Compare Source](https://togithub.com/actions/delete-package-versions/compare/v4...v5)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- .github/workflows/prune.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prune.yaml b/.github/workflows/prune.yaml index 651ce192a5d..5babf2251af 100644 --- a/.github/workflows/prune.yaml +++ b/.github/workflows/prune.yaml @@ -12,6 +12,6 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 - - uses: actions/delete-package-versions@0d39a63126868f5eefaa47169615edd3c0f61e20 # v4 + - uses: actions/delete-package-versions@e5bc658cc4c965c472efe991f8beea3981499c55 # v5 with: min-versions-to-keep: 200