Skip to content

Commit

Permalink
Bump vlaurin/action-ghcr-prune from 0.5.0 to 0.6.0 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 1621069 commit 9690f81
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-pr-purge.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 9690f81

Please sign in to comment.