Skip to content

Commit be5ed3b

Browse files
Bump Gr1N/setup-poetry from 8 to 9
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]>
1 parent f0db1e5 commit be5ed3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ruff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python-version: '3.10'
3030

3131
- name: Install Poetry
32-
uses: Gr1N/setup-poetry@v8
32+
uses: Gr1N/setup-poetry@v9
3333

3434
- name: Install library and dependencies
3535
run: |

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python-version: ${{ matrix.python-version }}
3737

3838
- name: Install Poetry
39-
uses: Gr1N/setup-poetry@v8
39+
uses: Gr1N/setup-poetry@v9
4040

4141
- name: Install library and dependencies
4242
run: |

0 commit comments

Comments
 (0)