We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d7f3d commit e71cc59Copy full SHA for e71cc59
.github/workflows/freeagent-gem.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
python-version: "3.9"
21
- name: Setup Poetry # Required for testing but not for building the gem.
22
- uses: abatilo/actions-poetry@v4.0.0
+ uses: abatilo/actions-poetry@v3.0.2
23
24
poetry-version: "1.1.13"
25
- run: bundle install
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
- name: Setup Poetry
17
18
0 commit comments