From e4f2bf4dabd27b6fd3e9532298104a0b0c451974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:26:57 +0000 Subject: [PATCH] Bump actions/delete-package-versions from 4 to 5 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] --- .github/workflows/lib-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lib-ci.yml b/.github/workflows/lib-ci.yml index abbef8fb..0e1ee5cc 100644 --- a/.github/workflows/lib-ci.yml +++ b/.github/workflows/lib-ci.yml @@ -68,7 +68,7 @@ jobs: access-token: ${{ secrets.github-token }} path: '${{ inputs.base-path }}${{ inputs.source-path }}${{ inputs.project-name }}/bin/Release' - name: 🌿 Clean up stale packages - uses: actions/delete-package-versions@v4 + uses: actions/delete-package-versions@v5 with: package-name: ${{ inputs.project-name }} package-type: 'nuget'