Skip to content

Commit

Permalink
Bump actions/delete-package-versions (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Feb 6, 2024
1 parent 25f8118 commit a1ed08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ runs:
# Cleanup if inputs.keep_versions provided
- name: GHCR Cleanup
if: ${{ inputs.keep_versions }}
uses: actions/delete-package-versions@v4
uses: actions/delete-package-versions@v5.0.0
with:
package-name: "${{ github.event.repository.name }}/${{ inputs.package }}"
package-type: "container"
Expand Down

0 comments on commit a1ed08e

Please sign in to comment.