From bb2a3e6d5a71ed9abb413b1815aa9f39c1532c20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 09:50:23 -0700 Subject: [PATCH] Bump actions/delete-package-versions from 4 to 5 (#1) Bumps [actions/delete-package-versions](https://github.com/actions/delete-package-versions) from 4 to 5. - [Release notes](https://github.com/actions/delete-package-versions/releases) - [Commits](https://github.com/actions/delete-package-versions/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/delete-package-versions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 49e78c6..c5e4b64 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Delete untagged container images older than 2 months - uses: actions/delete-package-versions@v4 + uses: actions/delete-package-versions@v5 with: package-name: 'jekyll-in-a-can' package-type: 'container'