Skip to content

Commit 381a4cf

Browse files
chore(deps): update actions/setup-python action to v6.2.0
1 parent a178ce9 commit 381a4cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Update-Poetry-Lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "branch_name=automated-updates/update-poetry-lock" >> $GITHUB_OUTPUT
3434
- name: Create branch
3535
run: git checkout -b ${{ steps.vars.outputs.branch_name }}
36-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
36+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3737
with:
3838
python-version: ${{ env.PYTHON_VERSION }}
3939
- uses: Gr1N/setup-poetry@v8

0 commit comments

Comments
 (0)