Skip to content

Commit e71cc59

Browse files
committed
Revert poetry action to v3
1 parent 49d7f3d commit e71cc59

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@v4.0.0
22+
uses: abatilo/actions-poetry@v3.0.2
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@v4.0.0
17+
uses: abatilo/actions-poetry@v3.0.2
1818
with:
1919
poetry-version: "1.1.13"
2020
- run: bundle install

0 commit comments

Comments
 (0)