Skip to content

Commit 95fe469

Browse files
chore(dependencies): update snok/install-poetry action to v1.3.3
1 parent ea29227 commit 95fe469

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
python-version: "3.9"
1414
architecture: "x64"
15-
- uses: snok/install-poetry@v1.3.1
15+
- uses: snok/install-poetry@v1.3.3
1616
- run: poetry install
1717
- run: poetry run black --check .
1818
- run: poetry run isort . --check --diff
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/setup-python@v4
3030
with:
3131
python-version: ${{ matrix.python-version }}
32-
- uses: snok/install-poetry@v1.3.1
32+
- uses: snok/install-poetry@v1.3.3
3333
- run: poetry install
3434
- name: Test with tox
3535
run: poetry run tox

0 commit comments

Comments
 (0)