Skip to content

Commit 7567479

Browse files
Fix for failing dependabot PRs (#395)
1 parent 0ed7def commit 7567479

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Setup Poetry
26-
uses: abatilo/actions-poetry@v2.0.0
26+
uses: abatilo/actions-poetry@v2
2727
- name: Install pypi deps
2828
run: poetry install
2929
- name: Style lint

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Setup Poetry
30-
uses: abatilo/actions-poetry@v2.0.0
30+
uses: abatilo/actions-poetry@v2
3131
- name: Install pypi deps
3232
run: poetry install
3333
- name: Unit tests

0 commit comments

Comments
 (0)