Skip to content

Commit da648e8

Browse files
Bump abatilo/actions-poetry from 3.0.0 to 3.0.1
Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/abatilo/actions-poetry/releases) - [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) - [Commits](abatilo/actions-poetry@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 083de12 commit da648e8

6 files changed

+6
-6
lines changed

.github/workflows/gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: ${{ env.PYTHON_VERSION }}
3131

3232
- name: Install Poetry ${{ env.POETRY_VERSION }}
33-
uses: abatilo/actions-poetry@v3.0.0
33+
uses: abatilo/actions-poetry@v3.0.1
3434
with:
3535
poetry-version: ${{ env.POETRY_VERSION }}
3636

.github/workflows/python-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
python-version: ${{ matrix.python-version }}
6363

6464
- name: Install Poetry
65-
uses: abatilo/actions-poetry@v3.0.0
65+
uses: abatilo/actions-poetry@v3.0.1
6666
with:
6767
poetry-version: $POETRY_VERSION
6868

.github/workflows/python-integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
python-version: ${{ matrix.python-version }}
6363

6464
- name: Install Poetry
65-
uses: abatilo/actions-poetry@v3.0.0
65+
uses: abatilo/actions-poetry@v3.0.1
6666
with:
6767
poetry-version: $POETRY_VERSION
6868

.github/workflows/python-notebook-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
python-version: ${{ matrix.python-version }}
6565

6666
- name: Install Poetry
67-
uses: abatilo/actions-poetry@v3.0.0
67+
uses: abatilo/actions-poetry@v3.0.1
6868
with:
6969
poetry-version: $POETRY_VERSION
7070

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python-version: ${{ env.PYTHON_VERSION }}
3333

3434
- name: Install Poetry
35-
uses: abatilo/actions-poetry@v3.0.0
35+
uses: abatilo/actions-poetry@v3.0.1
3636
with:
3737
poetry-version: ${{ env.POETRY_VERSION }}
3838

.github/workflows/python-smoke-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
python-version: ${{ matrix.python-version }}
8585

8686
- name: Install Poetry
87-
uses: abatilo/actions-poetry@v3.0.0
87+
uses: abatilo/actions-poetry@v3.0.1
8888
with:
8989
poetry-version: $POETRY_VERSION
9090

0 commit comments

Comments
 (0)