Skip to content

Commit c815c48

Browse files
fix: rollback action poetry (#2891)
It seems that the version v4 has been deleted, we are rolling back to v3.
1 parent bc94e84 commit c815c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
python-version: 3.9
182182
- name: Setup Poetry
183183
if: steps.changed-files-specific.outputs.any_changed == 'true'
184-
uses: abatilo/actions-poetry@v4
184+
uses: abatilo/actions-poetry@v3
185185
- name: Poetry install
186186
if: steps.changed-files-specific.outputs.any_changed == 'true'
187187
working-directory: ./openfeature/providers/python-provider

0 commit comments

Comments
 (0)