File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3939 fetch-depth : 0 # Fetch all history for all branches and tags.
4040
4141 - name : Set up Python
42- uses : actions/setup-python@v5
42+ uses : actions/setup-python@v6
4343 with :
4444 python-version : ${{ matrix.python-version }}
4545
7878 fetch-depth : 0 # Fetch all history for all branches and tags.
7979
8080 - name : Set up Python
81- uses : actions/setup-python@v5
81+ uses : actions/setup-python@v6
8282 with :
8383 python-version : ${{ matrix.python-version }}
8484
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 0
18- - uses : actions/setup-python@v5
18+ - uses : actions/setup-python@v6
1919 name : Install Python
2020 with :
2121 python-version : " 3.11"
5050 needs : build-artifacts
5151 runs-on : ubuntu-latest
5252 steps :
53- - uses : actions/setup-python@v5
53+ - uses : actions/setup-python@v6
5454 name : Install Python
5555 with :
5656 python-version : " 3.11"
Original file line number Diff line number Diff line change 2121 with :
2222 fetch-depth : 0
2323
24- - uses : actions/setup-python@v5
24+ - uses : actions/setup-python@v6
2525 name : Install Python
2626 with :
2727 python-version : " 3.11"
6262 needs : build-artifacts
6363 runs-on : ubuntu-latest
6464 steps :
65- - uses : actions/setup-python@v5
65+ - uses : actions/setup-python@v6
6666 name : Install Python
6767 with :
6868 python-version : " 3.11"
Original file line number Diff line number Diff line change 3333 fetch-depth : 0 # Fetch all history for all branches and tags.
3434
3535 - name : Set up Python
36- uses : actions/setup-python@v5
36+ uses : actions/setup-python@v6
3737 with :
3838 python-version : ${{ matrix.python-version }}
3939
You can’t perform that action at this time.
0 commit comments