Skip to content

Commit 471b3ff

Browse files
chore(deps): update abatilo/actions-poetry action to v3
1 parent f950c0f commit 471b3ff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
python-version: "3.10"
1414
- name: Run image
15-
uses: abatilo/actions-poetry@v2.3.0
15+
uses: abatilo/actions-poetry@v3.0.1
1616
with:
1717
poetry-version: 1.3
1818
- name: Install dependencies

.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.3.0
21+
uses: abatilo/actions-poetry@v3.0.1
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.3.0
20+
uses: abatilo/actions-poetry@v3.0.1
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
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333
- name: Run image
34-
uses: abatilo/actions-poetry@v2.3.0
34+
uses: abatilo/actions-poetry@v3.0.1
3535
with:
3636
poetry-version: ${{ matrix.poetry-version }}
3737
- name: Install dependencies

0 commit comments

Comments
 (0)