File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8181 fi
8282
8383 - name : " Setup Python"
84- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
84+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
8585 with :
8686 python-version : 3.12
8787
@@ -110,7 +110,7 @@ jobs:
110110 path : " cpython"
111111
112112 - name : " Setup Python"
113- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
113+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
114114 with :
115115 python-version : 3.12
116116
@@ -146,7 +146,7 @@ jobs:
146146 ref : " v${{ env.CPYTHON_RELEASE }}"
147147
148148 - name : " Setup Python"
149- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
149+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
150150 with :
151151 python-version : 3.12
152152
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v5
1717 with :
1818 persist-credentials : false
19- - uses : actions/setup-python@v5
19+ - uses : actions/setup-python@v6
2020 with :
2121 python-version : " 3.x"
2222 cache : pip
Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121 with :
2222 persist-credentials : false
23- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
23+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
2424 with :
2525 python-version : ${{ matrix.python-version }}
2626 cache : pip
You can’t perform that action at this time.
0 commit comments