Skip to content

Commit

Permalink
Updated to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
proudfeet committed Mar 14, 2024
1 parent 34766cd commit 0bdeeb7
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 @@ -29,7 +29,7 @@ jobs:
auto-update:
runs-on: ubuntu-latest
steps:
- uses: fuzzylabs/gha-poetry-update.git@main
- uses: fuzzylabs/gha-poetry-update.git@v1
```
### Handling Private Dependencies Example 🔐
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
${{ secrets.<SSH_PRIVATE_KEY_1> }}
${{ secrets.<SSH_PRIVATE_KEY_2> }}
- uses: fuzzylabs/gha-poetry-update.git@main
- uses: fuzzylabs/gha-poetry-update.git@v1
```
## Action inputs
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
auto-update:
runs-on: ubuntu-latest
steps:
- uses: fuzzylabs/gha-poetry-update.git@main
- uses: fuzzylabs/gha-poetry-update.git@v1
with:
python-version: '3.10.12'
poetry-version: '1.8.2'
Expand Down

0 comments on commit 0bdeeb7

Please sign in to comment.