We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a178ce9 commit 381a4cfCopy full SHA for 381a4cf
1 file changed
.github/workflows/Update-Poetry-Lock.yml
@@ -33,7 +33,7 @@ jobs:
33
echo "branch_name=automated-updates/update-poetry-lock" >> $GITHUB_OUTPUT
34
- name: Create branch
35
run: git checkout -b ${{ steps.vars.outputs.branch_name }}
36
- - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
+ - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
37
with:
38
python-version: ${{ env.PYTHON_VERSION }}
39
- uses: Gr1N/setup-poetry@v8
0 commit comments