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:
102102 with :
103103 fetch-depth : 1
104104 - name : Setup Python env
105- uses : actions/setup-python@v5.4 .0
105+ uses : actions/setup-python@v5.5 .0
106106 with :
107107 python-version : ' 3.11'
108108 cache : ' pip'
Original file line number Diff line number Diff line change 8282 # lldb. Using this setup-python action to make 3.10 the default
8383 # python fixes this.
8484 - name : Setup Python
85- uses : actions/setup-python@v5.4 .0
85+ uses : actions/setup-python@v5.5 .0
8686 with :
8787 python-version : ${{ inputs.python_version }}
8888 - name : Install Ninja
Original file line number Diff line number Diff line change 6565 clangformat : 19.1.6
6666
6767 - name : Setup Python env
68- uses : actions/setup-python@v5.4 .0
68+ uses : actions/setup-python@v5.5 .0
6969 with :
7070 python-version : ' 3.11'
7171 cache : ' pip'
Original file line number Diff line number Diff line change 6767 steps :
6868 # It's good practice to use setup-python, but this is also required on macos-14
6969 # due to https://github.com/actions/runner-images/issues/10385
70- - uses : actions/setup-python@6ca8e8598faa206f7140a65ba31b899bebe16f58
70+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
7171 with :
7272 python-version : ' 3.12'
7373
@@ -297,7 +297,7 @@ jobs:
297297
298298 - name : Attest Build Provenance
299299 id : provenance
300- uses : actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
300+ uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
301301 with :
302302 subject-path : ${{ needs.prepare.outputs.release-binary-filename }}
303303
Original file line number Diff line number Diff line change 3737 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3838
3939 - name : Setup Python env
40- uses : actions/setup-python@v5.4 .0
40+ uses : actions/setup-python@v5.5 .0
4141 with :
4242 cache : ' pip'
4343 cache-dependency-path : ' ./llvm/docs/requirements.txt'
Original file line number Diff line number Diff line change 4343 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
4444
4545 - name : Setup Python env
46- uses : actions/setup-python@v5.4 .0
46+ uses : actions/setup-python@v5.5 .0
4747 with :
4848 cache : ' pip'
4949 cache-dependency-path : ' ./llvm/docs/requirements.txt'
Original file line number Diff line number Diff line change 9292 - name : Attest Build Provenance
9393 if : github.event_name != 'pull_request'
9494 id : provenance
95- uses : actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
95+ uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
9696 with :
9797 subject-path : " *.xz"
9898 - if : github.event_name != 'pull_request'
Original file line number Diff line number Diff line change 8787 - name : Checkout LLVM
8888 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
8989
90- - uses : actions/setup-python@6ca8e8598faa206f7140a65ba31b899bebe16f58 # v5.0.0
90+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.0.0
9191 with :
9292 python-version : 3.9
9393
Original file line number Diff line number Diff line change 2121 - name : Checkout LLVM
2222 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2323
24- - uses : actions/setup-python@6ca8e8598faa206f7140a65ba31b899bebe16f58 # v5.0.0
24+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.0.0
2525 with :
2626 python-version : 3.9
2727
You can’t perform that action at this time.
0 commit comments