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 @@ -110,7 +110,7 @@ jobs:
110110 steps :
111111 - name : Switch to using Python 3.13 by default
112112 # yamllint disable-line rule:line-length
113- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
113+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
114114 with :
115115 python-version : 3.13
116116 - name : Check out src from Git
@@ -275,7 +275,7 @@ jobs:
275275 steps :
276276 - name : Switch to using Python 3.13
277277 # yamllint disable-line rule:line-length
278- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
278+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
279279 with :
280280 python-version : 3.13
281281
Original file line number Diff line number Diff line change 5656 ref : ${{ github.event.pull_request.head.sha }}
5757 # Skip terraform_tflint which interferes to commit pre-commit auto-fixes
5858 # yamllint disable-line rule:line-length
59- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
59+ - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
6060 with :
6161 python-version : ' 3.9'
6262 - name : Execute pre-commit
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159159 by default
160160 id: python-install
161161 # yamllint disable-line rule:line-length
162- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
162+ uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
163163 with:
164164 python-version: ${{ inputs.python-version }}
165165
You can’t perform that action at this time.
0 commit comments