Skip to content

Commit

Permalink
docs: update version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fpicalausa committed Jan 7, 2024
1 parent bfaf2b7 commit b9de60c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
name: Remove Stale Branches
runs-on: ubuntu-latest
steps:
- uses: fpicalausa/remove-stale-branches@v1
- uses: fpicalausa/remove-stale-branches@v1.6.0
with:
dry-run: true # Check out the console output before setting this to false
```
Expand All @@ -69,7 +69,7 @@ jobs:
name: Remove Stale Branches
runs-on: ubuntu-latest
steps:
- uses: fpicalausa/remove-stale-branches@v1
- uses: fpicalausa/remove-stale-branches@v1.6.0
with:
dry-run: true # Check out the console output before setting this to false
exempt-organization: "acme-inc"
Expand Down

0 comments on commit b9de60c

Please sign in to comment.