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 1515 steps :
1616 - uses : actions/checkout@v3
1717 - name : Set up Python ${{ matrix.python-version }}
18- uses : actions/setup-python@v3
18+ uses : actions/setup-python@v4
1919 with :
2020 python-version : ${{ matrix.python-version }}
2121 - name : Install dependencies
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v3
1717 - name : Set up Python ${{ matrix.python-version }}
18- uses : actions/setup-python@v3
18+ uses : actions/setup-python@v4
1919 with :
2020 python-version : ${{ matrix.python-version }}
2121 - name : Install dependencies
3333 - build-test
3434 steps :
3535 - uses : actions/checkout@v3
36- - uses : actions/setup-python@v3
36+ - uses : actions/setup-python@v4
3737 with :
3838 python-version : 3.9.9
3939 - name : Install dependencies
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - uses : actions/checkout@v3
14- - uses : actions/setup-python@v3
14+ - uses : actions/setup-python@v4
1515 with :
1616 python-version : 3.9.9
1717 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments