From 381a4cf12d2a675024aea7ca66ff8618eb470b09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 15:05:29 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v6.2.0 --- .github/workflows/Update-Poetry-Lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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