Skip to content

Commit c1d0191

Browse files
authored
Merge pull request #111 from eggplants/dependabot/github_actions/abatilo/actions-poetry-3
build(deps): bump abatilo/actions-poetry from 2 to 3
2 parents 8256445 + fa8ec6a commit c1d0191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache: pip
3030
cache-dependency-path: poetry.lock
3131
python-version: ${{ matrix.python-version }}
32-
- uses: abatilo/actions-poetry@v2
32+
- uses: abatilo/actions-poetry@v3
3333
- run: poetry install --no-interaction
3434
- name: Test
3535
if: ${{ runner.os == 'Windows' }}

0 commit comments

Comments
 (0)