File tree Expand file tree Collapse file tree 3 files changed +9
-15
lines changed
Expand file tree Collapse file tree 3 files changed +9
-15
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99
1010 steps :
11- - uses : actions/checkout@v1
12- - name : Set up Python 3.10.9
13- uses : actions/setup-python@v1
14- with :
15- python-version : 3.10.9
11+ - uses : actions/checkout@v3
12+ - name : Set up Python
13+ uses : actions/setup-python@v4
1614 - name : Install dependencies
1715 run : |
1816 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99
1010 steps :
11- - uses : actions/checkout@v1
12- - name : Set up Python 3.10.9
13- uses : actions/setup-python@v1
14- with :
15- python-version : 3.10.9
11+ - uses : actions/checkout@v3
12+ - name : Set up Python
13+ uses : actions/setup-python@v4
1614 - name : Install dependencies
1715 run : |
1816 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99
1010 steps :
11- - uses : actions/checkout@v1
12- - name : Set up Python 3.10.9
13- uses : actions/setup-python@v1
14- with :
15- python-version : 3.10.9
11+ - uses : actions/checkout@v3
12+ - name : Set up Python
13+ uses : actions/setup-python@v4
1614 - name : Install dependencies
1715 run : |
1816 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments