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@v2
24+ uses : actions/setup-python@v4
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@v2
29+ uses : actions/setup-python@v4
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@v2
26+ uses : actions/setup-python@v4
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Setup python
11- uses : actions/setup-python@v3
11+ uses : actions/setup-python@v4
1212 - name : Checkout
1313 uses : actions/checkout@master
1414 with :
You can’t perform that action at this time.
0 commit comments