File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 uses : actions/checkout@v3
2121
2222 - name : Set up Python
23- uses : actions/setup-python@v3
23+ uses : actions/setup-python@v4
2424 with :
2525 python-version : ' 3.9'
2626
Original file line number Diff line number Diff line change 2424 steps :
2525 - uses : actions/checkout@v3
2626 - name : Set up Python ${{ matrix.python-version }}
27- uses : actions/setup-python@v3
27+ uses : actions/setup-python@v4
2828 with :
2929 python-version : ${{ matrix.python-version }}
3030
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v3
1313
1414 - name : Set up Python
15- uses : actions/setup-python@v3
15+ uses : actions/setup-python@v4
1616 with :
1717 python-version : ' 3.9'
1818
Original file line number Diff line number Diff line change 2525 steps :
2626 - uses : actions/checkout@v3
2727 - name : Set up Python ${{ matrix.python-version }}
28- uses : actions/setup-python@v3
28+ uses : actions/setup-python@v4
2929 with :
3030 python-version : ${{ matrix.python-version }}
3131
You can’t perform that action at this time.
0 commit comments