This repository was archived by the owner on Dec 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : checkout commit
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414 - name : set up python
1515 uses : actions/setup-python@v4
1616 with :
Original file line number Diff line number Diff line change 2323 runs-on : ${{ matrix.runner-platform }}
2424 steps :
2525 - name : checkout commit
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v4
2727 - name : set up python ${{ matrix.python-version }}
2828 uses : actions/setup-python@v4
2929 with :
Original file line number Diff line number Diff line change 2424 runs-on : ${{ matrix.runner-platform }}
2525 steps :
2626 - name : checkout commit
27- uses : actions/checkout@v3
27+ uses : actions/checkout@v4
2828 - name : set up python ${{ matrix.python-version }}
2929 uses : actions/setup-python@v4
3030 with :
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : checkout commit
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414 - name : set up python
1515 uses : actions/setup-python@v4
1616 with :
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : checkout commit
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414 - name : set up python
1515 uses : actions/setup-python@v4
1616 with :
Original file line number Diff line number Diff line change 3030 runs-on : ${{ matrix.runner-platform }}
3131 steps :
3232 - name : checkout commit
33- uses : actions/checkout@v3
33+ uses : actions/checkout@v4
3434 - name : set up python ${{ matrix.python-version }}
3535 uses : actions/setup-python@v4
3636 with :
You can’t perform that action at this time.
0 commit comments