File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818 python-version : ['3.10', '3.11', '3.12']
1919 steps :
2020 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
21- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
21+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424 - name : Cache pip packages
5656 python-version : ['3.10', '3.11', '3.12']
5757 steps :
5858 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
59- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
59+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
6060 with :
6161 python-version : ${{ matrix.python-version }}
6262 - name : Cache pip packages
8686 runs-on : ubuntu-latest
8787 steps :
8888 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
89- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
89+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
9090 with :
9191 python-version : ' 3.12'
9292 - name : Cache pip packages
@@ -170,7 +170,7 @@ jobs:
170170 runs-on : ubuntu-latest
171171 steps :
172172 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
173- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
173+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
174174 with :
175175 python-version : ' 3.12'
176176 - name : Enable pip cache
Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2020
21- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
21+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
2222 with :
2323 python-version : ' 3.12'
2424
You can’t perform that action at this time.
0 commit comments