File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171 grep -rn "def test" > /dev/null
7272
7373 - name : Setup Python
74- uses : actions/setup-python@v4
74+ uses : actions/setup-python@v6
7575 with :
7676 python-version : ${{ steps.runtime.outputs.python_version }}
7777
Original file line number Diff line number Diff line change 6767 esac
6868
6969 - name : Setup Python
70- uses : actions/setup-python@v5
70+ uses : actions/setup-python@v6
7171 with :
7272 python-version : ${{ steps.runtime.outputs.python_version }}
7373
Original file line number Diff line number Diff line change 4848 esac
4949
5050 - name : Setup Python
51- uses : actions/setup-python@v5
51+ uses : actions/setup-python@v6
5252 with :
5353 python-version : ${{ steps.runtime.outputs.python_version }}
5454
Original file line number Diff line number Diff line change 4747 ;;
4848 esac
4949
50- - uses : actions/setup-python@v5
50+ - uses : actions/setup-python@v6
5151 with :
5252 python-version : ${{ steps.runtime.outputs.python_version }}
5353 cache : pip
9090 ;;
9191 esac
9292
93- - uses : actions/setup-python@v5
93+ - uses : actions/setup-python@v6
9494 with :
9595 python-version : ${{ steps.runtime.outputs.python_version }}
9696
You can’t perform that action at this time.
0 commit comments