Skip to content

Commit 8a386bd

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] <[email protected]>
1 parent 0394b55 commit 8a386bd

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/[email protected].0
33+
uses: abatilo/[email protected].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
@@ -65,7 +65,7 @@ jobs:
6565
python-version: ${{ matrix.python-version }}
6666

6767
- name: Install Poetry
68-
uses: abatilo/[email protected].0
68+
uses: abatilo/[email protected].1
6969
with:
7070
poetry-version: $POETRY_VERSION
7171

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

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

6767
- name: Install Poetry
68-
uses: abatilo/[email protected].0
68+
uses: abatilo/[email protected].1
6969
with:
7070
poetry-version: $POETRY_VERSION
7171

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
python-version: ${{ matrix.python-version }}
6868

6969
- name: Install Poetry
70-
uses: abatilo/[email protected].0
70+
uses: abatilo/[email protected].1
7171
with:
7272
poetry-version: $POETRY_VERSION
7373

.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/[email protected].0
35+
uses: abatilo/[email protected].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
@@ -87,7 +87,7 @@ jobs:
8787
python-version: ${{ matrix.python-version }}
8888

8989
- name: Install Poetry
90-
uses: abatilo/[email protected].0
90+
uses: abatilo/[email protected].1
9191
with:
9292
poetry-version: $POETRY_VERSION
9393

0 commit comments

Comments
 (0)