File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v3
1616 - name : Set up Python
17- uses : actions/setup-python@v2
17+ uses : actions/setup-python@v3
1818 with :
1919 python-version : " 3.x"
2020 - name : Install dependencies
Original file line number Diff line number Diff line change 1313 name : Run pre-commit
1414 runs-on : ubuntu-20.04
1515 steps :
16- - uses : actions/checkout@v2
17- - uses : actions/setup-python@v2
18- - uses : pre-commit/action@v2.0.0
16+ - uses : actions/checkout@v3
17+ - uses : actions/setup-python@v3
18+ - uses : pre-commit/action@v2.0.3
1919
2020 pytest :
2121 name : " Run pytest"
4949 allow_failure : true
5050
5151 steps :
52- - uses : actions/checkout@v2
52+ - uses : actions/checkout@v3
5353 - name : Set up Python ${{ matrix.python-version }}
54- uses : actions/setup-python@v2
54+ uses : actions/setup-python@v3
5555 with :
5656 python-version : ${{ matrix.python-version }}
5757
You can’t perform that action at this time.
0 commit comments