File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2424 toxenv : " py310"
2525 steps :
2626 - name : " Check out repository"
27- uses : " actions/checkout@v2 "
27+ uses : " actions/checkout@v3 "
2828 - name : " Set up Python ${{ matrix.python-version }}"
29- uses : " actions/setup-python@v2 "
29+ uses : " actions/setup-python@v3 "
3030 with :
3131 python-version : " ${{ matrix.python-version }}"
3232 - name : Install homebrew
@@ -90,11 +90,11 @@ jobs:
9090 runs-on : " ubuntu-22.04"
9191 steps :
9292 - name : " Check out repository"
93- uses : " actions/checkout@v2 "
93+ uses : " actions/checkout@v3 "
9494 - name : " Set up Python"
95- uses : " actions/setup-python@v2 "
95+ uses : " actions/setup-python@v3 "
9696 with :
97- python-version : " 3.8 "
97+ python-version : " 3.10 "
9898 - name : " Install tox"
9999 run : |
100100 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments