Skip to content

Commit b1d6f55

Browse files
Bump vlaurin/action-ghcr-prune from 0.4.0 to 0.5.0 (#696)
Bumps [vlaurin/action-ghcr-prune](https://github.com/vlaurin/action-ghcr-prune) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/vlaurin/action-ghcr-prune/releases) - [Commits](vlaurin/action-ghcr-prune@v0.4.0...v0.5.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9b523cf commit b1d6f55

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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.4.0
14+
uses: vlaurin/action-ghcr-prune@v0.5.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.4.0
13+
uses: vlaurin/action-ghcr-prune@v0.5.0
1414
with:
1515
token: ${{ secrets.GHCR_TOKEN}}
1616
organization: ${{ github.repository_owner}}

0 commit comments

Comments
 (0)