Skip to content

Commit

Permalink
Bump Gr1N/setup-poetry from 8 to 9 (#179)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kyle Finley <[email protected]>
  • Loading branch information
dependabot[bot] and ITProKyle authored Feb 19, 2024
1 parent b3d20e9 commit 2f3e56a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: setup-python
with:
python-version: ${{ matrix.python-version }}
- uses: Gr1N/setup-poetry@v8
- uses: Gr1N/setup-poetry@v9
- uses: actions/[email protected]
id: cache
with:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ runs:
python-version: ${{ inputs.python-version }}
token: ${{ inputs.token }}
- id: composite-setup-poetry
uses: Gr1N/setup-poetry@v8
uses: Gr1N/setup-poetry@v9
with:
poetry-preview: ${{ inputs.poetry-preview }}
poetry-version: ${{ inputs.poetry-version }}
Expand Down

0 comments on commit 2f3e56a

Please sign in to comment.