Skip to content

Commit 3b80673

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(dependencies): update snok/install-poetry action to v1.3.1
1 parent a915380 commit 3b80673

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.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.8'
1414
architecture: 'x64'
15-
- uses: snok/install-poetry@v1.3.0
15+
- uses: snok/install-poetry@v1.3.1
1616
- run: poetry install
1717
- run: poetry run mypy .
1818

@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
architecture: 'x64'
31-
- uses: snok/install-poetry@v1.3.0
31+
- uses: snok/install-poetry@v1.3.1
3232
- run: poetry install
3333
- run: poetry run pytest --cov=mypy_silent
3434
- uses: codecov/codecov-action@v1.5.2

0 commit comments

Comments
 (0)