Skip to content

Commit 953ecdb

Browse files
Bump abatilo/actions-poetry from 2.2.0 to 2.3.0 (#59)
Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.2.0 to 2.3.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.2.0...v2.3.0) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c387f8a commit 953ecdb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: '3.9'
3131
architecture: 'x64'
3232
- name: Install Poetry ${{ matrix.poetry-version }}
33-
uses: abatilo/actions-poetry@v2.2.0
33+
uses: abatilo/actions-poetry@v2.3.0
3434
with:
3535
poetry-version: ${{ matrix.poetry-version }}
3636
- name: Install Poetry Dynamic Versioning Plugin
@@ -72,7 +72,7 @@ jobs:
7272
python-version: ${{ matrix.python-version }}
7373
architecture: 'x64'
7474
- name: Install Poetry ${{ matrix.poetry-version }}
75-
uses: abatilo/actions-poetry@v2.2.0
75+
uses: abatilo/actions-poetry@v2.3.0
7676
with:
7777
poetry-version: ${{ matrix.poetry-version }}
7878
- name: Install Poetry Dynamic Versioning Plugin
@@ -130,7 +130,7 @@ jobs:
130130
python-version: ${{ matrix.python-version }}
131131
architecture: 'x64'
132132
- name: Install Poetry ${{ matrix.poetry-version }}
133-
uses: abatilo/actions-poetry@v2.2.0
133+
uses: abatilo/actions-poetry@v2.3.0
134134
with:
135135
poetry-version: ${{ matrix.poetry-version }}
136136
- name: Install Poetry Dynamic Versioning Plugin
@@ -176,7 +176,7 @@ jobs:
176176
python-version: ${{ matrix.python-version }}
177177
architecture: 'x64'
178178
- name: Install Poetry ${{ matrix.poetry-version }}
179-
uses: abatilo/actions-poetry@v2.2.0
179+
uses: abatilo/actions-poetry@v2.3.0
180180
with:
181181
poetry-version: ${{ matrix.poetry-version }}
182182
- name: Install Poetry Dynamic Versioning Plugin

0 commit comments

Comments
 (0)