File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ jobs:
2323 - 3.7
2424 steps :
2525 - name : setup python for tox
26- uses : actions/setup-python@v2
26+ uses : actions/setup-python@v4
2727 with :
2828 python-version : " 3.10"
2929 - name : install tox
3030 run : python -m pip install tox
3131 - uses : actions/checkout@v3
3232 - name : setup python for test ${{ matrix.py }}
33- uses : actions/setup-python@v2
33+ uses : actions/setup-python@v4
3434 with :
3535 python-version : ${{ matrix.py }}
3636 - name : pick environment to run
6262 steps :
6363 - uses : actions/checkout@v3
6464 - name : setup Python 3.10
65- uses : actions/setup-python@v2
65+ uses : actions/setup-python@v4
6666 with :
6767 python-version : " 3.10"
6868 - name : install tox
7878 runs-on : ubuntu-20.04
7979 steps :
8080 - name : setup python to build package
81- uses : actions/setup-python@v2
81+ uses : actions/setup-python@v4
8282 with :
8383 python-version : " 3.10"
8484 - name : install build
You can’t perform that action at this time.
0 commit comments