Skip to content

Commit 9ccb16f

Browse files
Bump abatilo/actions-poetry from 2.1.5 to 2.1.6 (#49)
Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/abatilo/actions-poetry/releases) - [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) - [Commits](abatilo/actions-poetry@v2.1.5...v2.1.6) --- 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c0acf08 commit 9ccb16f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs_pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-python@v4.1.0
1515
with:
1616
python-version: '3.8'
17-
- uses: abatilo/actions-poetry@v2.1.5
17+
- uses: abatilo/actions-poetry@v2.1.6
1818
with:
1919
poetry-version: 1.1.0
2020
- name: install

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-python@v4.1.0
1919
with:
2020
python-version: ${{ matrix.python-version }}
21-
- uses: abatilo/actions-poetry@v2.1.5
21+
- uses: abatilo/actions-poetry@v2.1.6
2222
with:
2323
poetry-version: 1.1.0
2424
- name: Install ipyannotator
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v3
4646
- uses: actions/setup-python@v4.1.0
47-
- uses: abatilo/actions-poetry@v2.1.5
47+
- uses: abatilo/actions-poetry@v2.1.6
4848
with:
4949
poetry-version: 1.1.0
5050
- name: Upload

0 commit comments

Comments
 (0)