Skip to content

Commit

Permalink
chore(deps): bump Gr1N/setup-poetry from 8 to 9
Browse files Browse the repository at this point in the history
Bumps [Gr1N/setup-poetry](https://github.com/gr1n/setup-poetry) from 8 to 9.
- [Release notes](https://github.com/gr1n/setup-poetry/releases)
- [Commits](Gr1N/setup-poetry@v8...v9)

---
updated-dependencies:
- dependency-name: Gr1N/setup-poetry
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent afa97ea commit 2d30c53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
python-version: ${{ matrix.python_ver }}

- name: Install Poetry
uses: Gr1N/setup-poetry@v8
uses: Gr1N/setup-poetry@v9
#with:
# poetry-version: 1.0.10

Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install Poetry
uses: Gr1N/setup-poetry@v8
uses: Gr1N/setup-poetry@v9

- name: Install dependencies
run: poetry install
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
python-version: 3.9

- name: Install Poetry
uses: Gr1N/setup-poetry@v8
uses: Gr1N/setup-poetry@v9

- name: Add ansible-core
run: poetry add ansible-core^2.14
Expand Down

0 comments on commit 2d30c53

Please sign in to comment.