File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108
109109 steps :
110110 - name : Switch to using Python 3.13 by default
111- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
111+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
112112 with :
113113 python-version : 3.13
114114 - name : Check out src from Git
@@ -278,7 +278,7 @@ jobs:
278278
279279 steps :
280280 - name : Switch to using Python 3.13
281- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
281+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
282282 with :
283283 python-version : 3.13
284284
Original file line number Diff line number Diff line change 6262 # https://web.archive.org/web/20210731173012/https://github.community/t/required-check-is-expected-after-automated-push/187545/
6363 ssh-key : ${{ secrets.GHA_AUTOFIX_COMMIT_KEY }}
6464 # Skip terraform_tflint which interferes to commit pre-commit auto-fixes
65- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
65+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
6666 with :
6767 python-version : ' 3.13'
6868
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159159 Switch to using Python v${{ inputs.python-version }}
160160 by default
161161 id: python-install
162- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
162+ uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
163163 with:
164164 python-version: ${{ inputs.python-version }}
165165
You can’t perform that action at this time.
0 commit comments