File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105
106106 steps :
107107 - name : Switch to using Python 3.13 by default
108- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
108+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
109109 with :
110110 python-version : 3.13
111111 - name : Check out src from Git
@@ -274,7 +274,7 @@ jobs:
274274
275275 steps :
276276 - name : Switch to using Python 3.13
277- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
277+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
278278 with :
279279 python-version : 3.13
280280
Original file line number Diff line number Diff line change 5656 # https://web.archive.org/web/20210731173012/https://github.community/t/required-check-is-expected-after-automated-push/187545/
5757 ssh-key : ${{ secrets.GHA_AUTOFIX_COMMIT_KEY }}
5858 # Skip terraform_tflint which interferes to commit pre-commit auto-fixes
59- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
59+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
6060 with :
6161 python-version : ' 3.13'
6262
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158158 Switch to using Python v${{ inputs.python-version }}
159159 by default
160160 id: python-install
161- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
161+ uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
162162 with:
163163 python-version: ${{ inputs.python-version }}
164164
You can’t perform that action at this time.
0 commit comments