We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa039da commit 972171dCopy full SHA for 972171d
1 file changed
.github/actions/setup/action.yml
@@ -49,7 +49,7 @@ runs:
49
python-version: ${{ inputs.python-version }}
50
51
- name: Setup poetry
52
- uses: Gr1N/setup-poetry@v7
+ uses: Gr1N/setup-poetry@v8
53
id: setup_poetry
54
if: steps.cache-setup-poetry.outputs.cache-hit != 'true'
55
with:
0 commit comments