File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4949 sudo apt-get install ninja-build
5050
5151 - name : Setup Python
52- uses : actions/setup-python@v5
52+ uses : actions/setup-python@v6
5353 with :
5454 python-version : ' 3.12'
5555 architecture : x64
Original file line number Diff line number Diff line change 5050 sudo apt-get install ninja-build
5151 - name : Setup Python
5252 if : ${{ !github.event.pull_request || github.event.action != 'closed' }}
53- uses : actions/setup-python@v5
53+ uses : actions/setup-python@v6
5454 with :
5555 python-version : ' 3.10'
5656 architecture : x64
Original file line number Diff line number Diff line change 9999 fi
100100
101101 - name : Setup Python
102- uses : actions/setup-python@v5
102+ uses : actions/setup-python@v6
103103 with :
104104 python-version : ' 3.12'
105105 architecture : x64
Original file line number Diff line number Diff line change 1313 timeout-minutes : 30
1414 steps :
1515 - uses : actions/checkout@v5.0.0
16- - uses : actions/setup-python@v5
16+ - uses : actions/setup-python@v6
1717 with :
1818 python-version : ' 3.12'
1919 - name : Version of clang-format
Original file line number Diff line number Diff line change 1919 timeout-minutes : 30
2020 steps :
2121 - uses : actions/checkout@v5.0.0
22- - uses : actions/setup-python@v5
22+ - uses : actions/setup-python@v6
2323 with :
2424 python-version : ' 3.11'
2525 - uses : jamescurtin/isort-action@master
3636 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3737 - uses : actions/checkout@v5.0.0
3838 # Set up a Python environment for use in actions
39- - uses : actions/setup-python@v5
39+ - uses : actions/setup-python@v6
4040 with :
4141 python-version : ' 3.11'
4242
5454 steps :
5555 - uses : actions/checkout@v5.0.0
5656 - name : Set up Python
57- uses : actions/setup-python@v5
57+ uses : actions/setup-python@v6
5858 with :
5959 python-version : ' 3.11'
6060 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments