Skip to content

Commit 1a14266

Browse files
Bump abatilo/actions-poetry from 2.3.0 to 3.0.0 (#295)
1 parent 3f2a6f3 commit 1a14266

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: ${{ matrix.python-version }}
2424

2525
- name: Init python poetry action
26-
uses: abatilo/actions-poetry@v2.3.0
26+
uses: abatilo/actions-poetry@v3.0.0
2727
with:
2828
poetry-version: 1.5.1
2929
- uses: actions/cache@v3

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python-version: ${{ matrix.python-version }}
2828
# Avoid caching to be 100% confident things are working properly
2929
- name: Init python poetry action
30-
uses: abatilo/actions-poetry@v2.3.0
30+
uses: abatilo/actions-poetry@v3.0.0
3131
with:
3232
poetry-version: 1.5.1
3333

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: ${{ matrix.python-version }}
2121
# Avoid caching to be 100% confident things are working properly
2222
- name: Init python poetry action
23-
uses: abatilo/actions-poetry@v2.3.0
23+
uses: abatilo/actions-poetry@v3.0.0
2424
with:
2525
poetry-version: 1.5.1
2626

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: ${{ matrix.python-version }}
2222

2323
- name: Init Python Poetry Action
24-
uses: abatilo/actions-poetry@v2.3.0
24+
uses: abatilo/actions-poetry@v3.0.0
2525
with:
2626
poetry-version: 1.5.1
2727
- uses: actions/cache@v3

0 commit comments

Comments
 (0)