Skip to content

Commit

Permalink
Prepare release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vlaurin committed Jan 25, 2024
1 parent 3da958d commit c3c4765
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pruning all untagged versions older than 7 days, except the 2 most recent:
```yml
steps:
- name: Prune
uses: vlaurin/action-ghcr-prune@v0.5.0
uses: vlaurin/action-ghcr-prune@v0.6.0
with:
token: ${{ secrets.YOUR_TOKEN }}
organization: your-org
Expand Down Expand Up @@ -103,7 +103,7 @@ For example, pruning all versions with tags starting with either `pr-` or `test-
```yml
steps:
- name: Prune
uses: vlaurin/action-ghcr-prune@v0.5.0
uses: vlaurin/action-ghcr-prune@v0.6.0
with:
token: ${{ secrets.YOUR_TOKEN }}
organization: your-org
Expand Down Expand Up @@ -135,7 +135,7 @@ For example, pruning all versions with tags starting with either `pr-` or `test-
```yml
steps:
- name: Prune
uses: vlaurin/action-ghcr-prune@v0.5.0
uses: vlaurin/action-ghcr-prune@v0.6.0
with:
token: ${{ secrets.YOUR_TOKEN }}
organization: your-org
Expand Down

0 comments on commit c3c4765

Please sign in to comment.