Skip to content

Commit 219717a

Browse files
Bump abatilo/actions-poetry from 2.3.0 to 2.4.0 (#106)
Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/abatilo/actions-poetry/releases) - [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) - [Commits](abatilo/actions-poetry@v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bc7a096 commit 219717a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python-version: "3.9"
3333
architecture: "x64"
3434
- name: Install Poetry ${{ matrix.poetry-version }}
35-
uses: abatilo/actions-poetry@v2.3.0
35+
uses: abatilo/actions-poetry@v2.4.0
3636
with:
3737
poetry-version: ${{ matrix.poetry-version }}
3838
- name: Install Poetry Dynamic Versioning Plugin
@@ -74,7 +74,7 @@ jobs:
7474
python-version: ${{ matrix.python-version }}
7575
architecture: "x64"
7676
- name: Install Poetry ${{ matrix.poetry-version }}
77-
uses: abatilo/actions-poetry@v2.3.0
77+
uses: abatilo/actions-poetry@v2.4.0
7878
with:
7979
poetry-version: ${{ matrix.poetry-version }}
8080
- name: Install Poetry Dynamic Versioning Plugin
@@ -135,7 +135,7 @@ jobs:
135135
python-version: ${{ matrix.python-version }}
136136
architecture: "x64"
137137
- name: Install Poetry ${{ matrix.poetry-version }}
138-
uses: abatilo/actions-poetry@v2.3.0
138+
uses: abatilo/actions-poetry@v2.4.0
139139
with:
140140
poetry-version: ${{ matrix.poetry-version }}
141141
- name: Install Poetry Dynamic Versioning Plugin

0 commit comments

Comments
 (0)