File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
with :
103
103
fetch-depth : 1
104
104
- name : Setup Python env
105
- uses : actions/setup-python@v5.4 .0
105
+ uses : actions/setup-python@v5.5 .0
106
106
with :
107
107
python-version : ' 3.11'
108
108
cache : ' pip'
Original file line number Diff line number Diff line change 82
82
# lldb. Using this setup-python action to make 3.10 the default
83
83
# python fixes this.
84
84
- name : Setup Python
85
- uses : actions/setup-python@v5.4 .0
85
+ uses : actions/setup-python@v5.5 .0
86
86
with :
87
87
python-version : ${{ inputs.python_version }}
88
88
- name : Install Ninja
Original file line number Diff line number Diff line change 65
65
clangformat : 19.1.6
66
66
67
67
- name : Setup Python env
68
- uses : actions/setup-python@v5.4 .0
68
+ uses : actions/setup-python@v5.5 .0
69
69
with :
70
70
python-version : ' 3.11'
71
71
cache : ' pip'
Original file line number Diff line number Diff line change 67
67
steps :
68
68
# It's good practice to use setup-python, but this is also required on macos-14
69
69
# due to https://github.com/actions/runner-images/issues/10385
70
- - uses : actions/setup-python@6ca8e8598faa206f7140a65ba31b899bebe16f58
70
+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
71
71
with :
72
72
python-version : ' 3.12'
73
73
@@ -297,7 +297,7 @@ jobs:
297
297
298
298
- name : Attest Build Provenance
299
299
id : provenance
300
- uses : actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
300
+ uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
301
301
with :
302
302
subject-path : ${{ needs.prepare.outputs.release-binary-filename }}
303
303
Original file line number Diff line number Diff line change 37
37
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
38
38
39
39
- name : Setup Python env
40
- uses : actions/setup-python@v5.4 .0
40
+ uses : actions/setup-python@v5.5 .0
41
41
with :
42
42
cache : ' pip'
43
43
cache-dependency-path : ' ./llvm/docs/requirements.txt'
Original file line number Diff line number Diff line change 43
43
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
44
44
45
45
- name : Setup Python env
46
- uses : actions/setup-python@v5.4 .0
46
+ uses : actions/setup-python@v5.5 .0
47
47
with :
48
48
cache : ' pip'
49
49
cache-dependency-path : ' ./llvm/docs/requirements.txt'
Original file line number Diff line number Diff line change 92
92
- name : Attest Build Provenance
93
93
if : github.event_name != 'pull_request'
94
94
id : provenance
95
- uses : actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
95
+ uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
96
96
with :
97
97
subject-path : " *.xz"
98
98
- if : github.event_name != 'pull_request'
Original file line number Diff line number Diff line change 87
87
- name : Checkout LLVM
88
88
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
89
89
90
- - uses : actions/setup-python@6ca8e8598faa206f7140a65ba31b899bebe16f58 # v5.0.0
90
+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.0.0
91
91
with :
92
92
python-version : 3.9
93
93
Original file line number Diff line number Diff line change 21
21
- name : Checkout LLVM
22
22
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
23
23
24
- - uses : actions/setup-python@6ca8e8598faa206f7140a65ba31b899bebe16f58 # v5.0.0
24
+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.0.0
25
25
with :
26
26
python-version : 3.9
27
27
You can’t perform that action at this time.
0 commit comments