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 81
81
fi
82
82
83
83
- name : " Setup Python"
84
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
84
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
85
85
with :
86
86
python-version : 3.12
87
87
@@ -110,7 +110,7 @@ jobs:
110
110
path : " cpython"
111
111
112
112
- name : " Setup Python"
113
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
113
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
114
114
with :
115
115
python-version : 3.12
116
116
@@ -146,7 +146,7 @@ jobs:
146
146
ref : " v${{ env.CPYTHON_RELEASE }}"
147
147
148
148
- name : " Setup Python"
149
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
149
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
150
150
with :
151
151
python-version : 3.12
152
152
Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@v5
17
17
with :
18
18
persist-credentials : false
19
- - uses : actions/setup-python@v5
19
+ - uses : actions/setup-python@v6
20
20
with :
21
21
python-version : " 3.x"
22
22
cache : pip
Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
21
21
with :
22
22
persist-credentials : false
23
- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
23
+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
24
24
with :
25
25
python-version : ${{ matrix.python-version }}
26
26
cache : pip
You can’t perform that action at this time.
0 commit comments