Skip to content

Commit d6ddd22

Browse files
Bump vlaurin/action-ghcr-prune from 0.5.0 to 0.6.0 (#869)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthias Pfeil <[email protected]>
1 parent 7e15656 commit d6ddd22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/registry-purge-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: 💣 Purge Pull Request Image
14-
uses: vlaurin/action-ghcr-prune@v0.5.0
14+
uses: vlaurin/action-ghcr-prune@v0.6.0
1515
with:
1616
token: ${{ secrets.GHCR_TOKEN}}
1717
organization: ${{ github.repository_owner}}

.github/workflows/registry-purge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: 🧹 clean packages
13-
uses: vlaurin/action-ghcr-prune@v0.5.0
13+
uses: vlaurin/action-ghcr-prune@v0.6.0
1414
with:
1515
token: ${{ secrets.GHCR_TOKEN}}
1616
organization: ${{ github.repository_owner}}

0 commit comments

Comments
 (0)