Skip to content

Commit 66859a5

Browse files
chore(deps): update abatilo/actions-poetry action to v2.3.0
1 parent fb4c826 commit 66859a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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/tests.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

0 commit comments

Comments
 (0)