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 2121 - run : git fetch --prune --unshallow
2222
2323 - name : Setup python
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727 - name : Install dependencies
Original file line number Diff line number Diff line change 2626 run : brew install bash
2727
2828 - name : Setup python
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@v6
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232
Original file line number Diff line number Diff line change 2323 - run : git fetch --prune --unshallow
2424
2525 - name : Setup python
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929
Original file line number Diff line number Diff line change 1414 pages : write
1515 steps :
1616 - name : Setup python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 - name : Checkout
1919 uses : actions/checkout@master
2020 with :
You can’t perform that action at this time.
0 commit comments