Skip to content

Commit 3c4f8d2

Browse files
Bump abatilo/actions-poetry from 2.1.5 to 2.1.6 (#31)
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 3c8427b commit 3c4f8d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
architecture: 'x64'
3333

3434
- name: Install Poetry ${{ matrix.poetry-version }}
35-
uses: abatilo/actions-poetry@v2.1.5
35+
uses: abatilo/actions-poetry@v2.1.6
3636
with:
3737
poetry-version: ${{ matrix.poetry-version }}
3838

@@ -77,7 +77,7 @@ jobs:
7777
python-version: ${{ matrix.python-version }}
7878
architecture: 'x64'
7979
- name: Install Poetry ${{ matrix.poetry-version }}
80-
uses: abatilo/actions-poetry@v2.1.5
80+
uses: abatilo/actions-poetry@v2.1.6
8181
with:
8282
poetry-version: ${{ matrix.poetry-version }}
8383
- name: Install from source
@@ -134,7 +134,7 @@ jobs:
134134
python-version: ${{ matrix.python-version }}
135135
architecture: 'x64'
136136
- name: Install Poetry ${{ matrix.poetry-version }}
137-
uses: abatilo/actions-poetry@v2.1.5
137+
uses: abatilo/actions-poetry@v2.1.6
138138
with:
139139
poetry-version: ${{ matrix.poetry-version }}
140140
- name: Install Poetry Dynamic Versioning Plugin

0 commit comments

Comments
 (0)