From 9a63e766e662a74aeb609e3285eff6b5a437f408 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 15:49:48 -0300 Subject: [PATCH] Bump actions/delete-package-versions from 3 to 4 (#3649) Bumps [actions/delete-package-versions](https://github.com/actions/delete-package-versions) from 3 to 4. - [Release notes](https://github.com/actions/delete-package-versions/releases) - [Commits](https://github.com/actions/delete-package-versions/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/delete-package-versions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: filipe --- .github/workflows/cleanup-branch-builds.yml | 2 +- .github/workflows/cleanup-master-builds.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cleanup-branch-builds.yml b/.github/workflows/cleanup-branch-builds.yml index 56cd0dd9b76..dad94d953c3 100644 --- a/.github/workflows/cleanup-branch-builds.yml +++ b/.github/workflows/cleanup-branch-builds.yml @@ -16,7 +16,7 @@ jobs: with: version: "${{ github.ref_name }}-SNAPSHOT" - - uses: actions/delete-package-versions@v3 + - uses: actions/delete-package-versions@v4 if: ${{ steps.version.outputs.ids != '' }} with: # Name of the package. diff --git a/.github/workflows/cleanup-master-builds.yml b/.github/workflows/cleanup-master-builds.yml index 943941f7cb9..2d1f41b9fe9 100644 --- a/.github/workflows/cleanup-master-builds.yml +++ b/.github/workflows/cleanup-master-builds.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-20.04 steps: - - uses: actions/delete-package-versions@v3 + - uses: actions/delete-package-versions@v4 with: # Name of the package. # Defaults to an empty string.