Skip to content

Commit

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

Bump actions/delete-package-versions from 4 to 5
  • Loading branch information
mikeburg authored Mar 23, 2024
2 parents fc8808d + a925726 commit f648344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
done;
- name: Purge untagged images
uses: actions/delete-package-versions@v4
uses: actions/delete-package-versions@v5
with:
package-name: ${{ env.DOCKER_IMAGE_NAME }}
package-type: "container"
Expand Down

0 comments on commit f648344

Please sign in to comment.