Skip to content

Commit c62b645

Browse files
Bump abatilo/actions-poetry from 2.4.0 to 4.0.0
Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.4.0 to 4.0.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.4.0...v4.0.0) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d048071 commit c62b645

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/freeagent-gem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
python-version: "3.9"
2121
- name: Setup Poetry # Required for testing but not for building the gem.
22-
uses: abatilo/actions-poetry@v2.4.0
22+
uses: abatilo/actions-poetry@v4.0.0
2323
with:
2424
poetry-version: "1.1.13"
2525
- run: bundle install

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
python-version: "3.9"
1616
- name: Setup Poetry
17-
uses: abatilo/actions-poetry@v2.4.0
17+
uses: abatilo/actions-poetry@v4.0.0
1818
with:
1919
poetry-version: "1.1.13"
2020
- run: bundle install

0 commit comments

Comments
 (0)