File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v4
1515 - name : Set up Python ${{ matrix.python }}
16- uses : actions/setup-python@v4
16+ uses : actions/setup-python@v5
1717 with :
1818 python-version : ${{ matrix.python }}
1919 - name : Install dependencies
3636 steps :
3737 - uses : actions/checkout@v4
3838 - name : Set up Python 3.7
39- uses : actions/setup-python@v4
39+ uses : actions/setup-python@v5
4040 with :
4141 python-version : 3.7
4242 - name : Install dependencies
Original file line number Diff line number Diff line change 3434 ref : ${{ github.event.client_payload.ref || github.ref }}
3535
3636 - name : Set up Python
37- uses : actions/setup-python@v4
37+ uses : actions/setup-python@v5
3838 with :
3939 python-version : 3.7
4040
Original file line number Diff line number Diff line change 4545 ref : ${{ github.event.client_payload.ref || github.ref }}
4646
4747 - name : Set up Python
48- uses : actions/setup-python@v4
48+ uses : actions/setup-python@v5
4949 with :
5050 python-version : 3.7
5151
You can’t perform that action at this time.
0 commit comments