File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 with :
5353 fetch-depth : 0
5454
55- - uses : actions/setup-python@v3
55+ - uses : actions/setup-python@v4
5656 name : Install Python
5757 with :
5858 python-version : ' 3.8'
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Install Python
18- uses : actions/setup-python@v3
18+ uses : actions/setup-python@v4
1919 with :
2020 python-version : ' 3.x'
2121
Original file line number Diff line number Diff line change 99 - uses : actions/checkout@v3
1010
1111 - name : Set up Python 3
12- uses : actions/setup-python@v3
12+ uses : actions/setup-python@v4
1313 with :
1414 python-version : 3.8
1515
Original file line number Diff line number Diff line change 6161 fetch-depth : 0
6262
6363 - name : Set up Python ${{ matrix.python-version }}
64- uses : actions/setup-python@v3
64+ uses : actions/setup-python@v4
6565 with :
6666 python-version : ${{ matrix.python-version }}
6767
You can’t perform that action at this time.
0 commit comments