File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 steps :
108108 - name : Switch to using Python 3.13 by default
109109 # yamllint disable-line rule:line-length
110- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
110+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
111111 with :
112112 python-version : 3.13
113113 - name : Check out src from Git
@@ -270,7 +270,7 @@ jobs:
270270 steps :
271271 - name : Switch to using Python 3.13
272272 # yamllint disable-line rule:line-length
273- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
273+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
274274 with :
275275 python-version : 3.13
276276
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156156 by default
157157 id: python-install
158158 # yamllint disable-line rule:line-length
159- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
159+ uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
160160 with:
161161 python-version: ${{ inputs.python-version }}
162162
You can’t perform that action at this time.
0 commit comments