Skip to content

Commit

Permalink
Merge pull request #426 from eclipse-basyx/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…development/actions/delete-package-versions-5

Bump actions/delete-package-versions from 3 to 5
  • Loading branch information
FrankSchnicke committed Feb 21, 2024
2 parents b6bec30 + a1041ef commit a69db07
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 a69db07

Please sign in to comment.