File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ jobs:
106106
107107 steps :
108108 - name : Switch to using Python 3.13 by default
109+ # yamllint disable-line rule:line-length
109110 uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
110111 with :
111112 python-version : 3.13
@@ -268,6 +269,7 @@ jobs:
268269
269270 steps :
270271 - name : Switch to using Python 3.13
272+ # yamllint disable-line rule:line-length
271273 uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
272274 with :
273275 python-version : 3.13
Original file line number Diff line number Diff line change @@ -155,6 +155,7 @@ jobs:
155155 Switch to using Python v${{ inputs.python-version }}
156156 by default
157157 id: python-install
158+ # yamllint disable-line rule:line-length
158159 uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
159160 with:
160161 python-version: ${{ inputs.python-version }}
You can’t perform that action at this time.
0 commit comments