File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 with :
101101 fetch-depth : 1
102102 - name : Setup Python env
103- uses : actions/setup-python@v4
103+ uses : actions/setup-python@v5
104104 with :
105105 python-version : ' 3.11'
106106 cache : ' pip'
Original file line number Diff line number Diff line change 5757 clangformat : 18.1.1
5858
5959 - name : Setup Python env
60- uses : actions/setup-python@v4
60+ uses : actions/setup-python@v5
6161 with :
6262 python-version : ' 3.11'
6363 cache : ' pip'
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@v4
40+ uses : actions/setup-python@v5
4141 with :
4242 cache : ' pip'
4343 cache-dependency-path : ' ./llvm/docs/requirements.txt'
Original file line number Diff line number Diff line change 3939 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
4040
4141 - name : Setup Python env
42- uses : actions/setup-python@v4
42+ uses : actions/setup-python@v5
4343 with :
4444 cache : ' pip'
4545 cache-dependency-path : ' ./llvm/docs/requirements.txt'
You can’t perform that action at this time.
0 commit comments