Skip to content

Commit

Permalink
Bump vlaurin/action-ghcr-prune from 0.5.0 to 0.6.0 (#869)
Browse files Browse the repository at this point in the history
Bumps [vlaurin/action-ghcr-prune](https://github.com/vlaurin/action-ghcr-prune) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/vlaurin/action-ghcr-prune/releases)
- [Commits](vlaurin/action-ghcr-prune@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: vlaurin/action-ghcr-prune
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Pfeil <matthias.pfeil@wwu.de>
  • Loading branch information
dependabot[bot] and mpfeil authored Aug 6, 2024
1 parent 7e15656 commit d6ddd22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/registry-purge-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 💣 Purge Pull Request Image
uses: vlaurin/action-ghcr-prune@v0.5.0
uses: vlaurin/action-ghcr-prune@v0.6.0
with:
token: ${{ secrets.GHCR_TOKEN}}
organization: ${{ github.repository_owner}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/registry-purge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🧹 clean packages
uses: vlaurin/action-ghcr-prune@v0.5.0
uses: vlaurin/action-ghcr-prune@v0.6.0
with:
token: ${{ secrets.GHCR_TOKEN}}
organization: ${{ github.repository_owner}}
Expand Down

0 comments on commit d6ddd22

Please sign in to comment.