Skip to content

Commit 4acca4b

Browse files
Update vlaurin/action-ghcr-prune action to v0.6.0 (#233)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 71731b1 commit 4acca4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prune-docker-images.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Prune plexanisync
11-
uses: vlaurin/action-ghcr-prune@v0.5.0
11+
uses: vlaurin/action-ghcr-prune@v0.6.0
1212
with:
1313
token: ${{ secrets.GITHUB_TOKEN }}
1414
user: ${{ github.repository_owner }}
@@ -21,7 +21,7 @@ jobs:
2121
^latest$
2222
^v\d+
2323
- name: Prune tautulli
24-
uses: vlaurin/action-ghcr-prune@v0.5.0
24+
uses: vlaurin/action-ghcr-prune@v0.6.0
2525
with:
2626
token: ${{ secrets.GITHUB_TOKEN }}
2727
user: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)