Skip to content

Commit 9c602cc

Browse files
chore(deps): update abatilo/actions-poetry action to v2.3.0
1 parent a047e65 commit 9c602cc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Run image
21-
uses: abatilo/actions-poetry@v2.0.0
21+
uses: abatilo/actions-poetry@v2.3.0
2222
with:
2323
poetry-version: ${{ matrix.poetry-version }}
2424
- name: Install dependencies

.github/workflows/pylama.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Run image
20-
uses: abatilo/actions-poetry@v2.0.0
20+
uses: abatilo/actions-poetry@v2.3.0
2121
with:
2222
poetry-version: ${{ matrix.poetry-version }}
2323
- name: Install dependencies

.github/workflows/semver_build_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
python-version: 3.9
5858
- name: install poetry
59-
uses: abatilo/actions-poetry@v2.2.0
59+
uses: abatilo/actions-poetry@v2.3.0
6060

6161
- name: Build
6262
run: |

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Run image
22-
uses: abatilo/actions-poetry@v2.0.0
22+
uses: abatilo/actions-poetry@v2.3.0
2323
with:
2424
poetry-version: ${{ matrix.poetry-version }}
2525
- name: Install dependencies

0 commit comments

Comments
 (0)