Skip to content

Commit 02b9eb4

Browse files
committed
Bump Poetry action
1 parent 56798bb commit 02b9eb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@master
2424
- name: Install
25-
uses: abatilo/actions-poetry@v2
25+
uses: abatilo/actions-poetry@v2.1
2626
with:
2727
python_version: ${{ matrix.python-version }}
2828
poetry_version: 1.1
2929
args: install
3030
- name: Run matrix of tests with Tox
31-
uses: abatilo/actions-poetry@v2
31+
uses: abatilo/actions-poetry@v2.1
3232
with:
3333
python_version: ${{ matrix.python-version }}
3434
poetry_version: 1.1

0 commit comments

Comments
 (0)