Skip to content

Commit

Permalink
Bump actions/delete-package-versions from 3 to 4 (#3649)
Browse files Browse the repository at this point in the history
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](actions/delete-package-versions@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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: filipe <flautert@liquibase.org>
  • Loading branch information
dependabot[bot] and filipelautert committed Jan 20, 2023
1 parent 92ff2b0 commit 9a63e76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-branch-builds.yml
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-master-builds.yml
Expand Up @@ -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.
Expand Down

0 comments on commit 9a63e76

Please sign in to comment.