diff --git a/.github/workflows/Update-Poetry-Lock.yml b/.github/workflows/Update-Poetry-Lock.yml index 664c206..fc209cf 100644 --- a/.github/workflows/Update-Poetry-Lock.yml +++ b/.github/workflows/Update-Poetry-Lock.yml @@ -33,7 +33,7 @@ jobs: echo "branch_name=automated-updates/update-poetry-lock" >> $GITHUB_OUTPUT - name: Create branch run: git checkout -b ${{ steps.vars.outputs.branch_name }} - - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 + - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: ${{ env.PYTHON_VERSION }} - uses: Gr1N/setup-poetry@v8