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:
105
105
106
106
steps :
107
107
- 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
109
109
with :
110
110
python-version : 3.13
111
111
- name : Check out src from Git
@@ -274,7 +274,7 @@ jobs:
274
274
275
275
steps :
276
276
- 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
278
278
with :
279
279
python-version : 3.13
280
280
Original file line number Diff line number Diff line change 56
56
# https://web.archive.org/web/20210731173012/https://github.community/t/required-check-is-expected-after-automated-push/187545/
57
57
ssh-key : ${{ secrets.GHA_AUTOFIX_COMMIT_KEY }}
58
58
# 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
60
60
with :
61
61
python-version : ' 3.13'
62
62
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158
158
Switch to using Python v${{ inputs.python-version }}
159
159
by default
160
160
id: python-install
161
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
161
+ uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
162
162
with:
163
163
python-version: ${{ inputs.python-version }}
164
164
You can’t perform that action at this time.
0 commit comments