Skip to content

Commit

Permalink
Update vlaurin/action-ghcr-prune action to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 25, 2024
1 parent 71731b1 commit 308bc40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prune-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Prune plexanisync
uses: vlaurin/action-ghcr-prune@v0.5.0
uses: vlaurin/action-ghcr-prune@v0.6.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
user: ${{ github.repository_owner }}
Expand All @@ -21,7 +21,7 @@ jobs:
^latest$
^v\d+
- name: Prune tautulli
uses: vlaurin/action-ghcr-prune@v0.5.0
uses: vlaurin/action-ghcr-prune@v0.6.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
user: ${{ github.repository_owner }}
Expand Down

0 comments on commit 308bc40

Please sign in to comment.