Skip to content

Commit

Permalink
Bump actions/delete-package-versions from 3 to 5
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 5.
- [Release notes](https://github.com/actions/delete-package-versions/releases)
- [Commits](actions/delete-package-versions@v3...v5)

---
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>
  • Loading branch information
dependabot[bot] authored Feb 8, 2024
1 parent a8ae3d7 commit a1041ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}

- name: Delete old sdk package
uses: actions/delete-package-versions@v3
uses: actions/delete-package-versions@v5
continue-on-error: true
with:
package-name: 'org.eclipse.basyx.basyx.sdk'
Expand Down

0 comments on commit a1041ef

Please sign in to comment.