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 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
3232 with :
3333 fetch-depth : 0
3434 - name : Setup python for test ${{ matrix.py }}
35- uses : actions/setup-python@v2
35+ uses : actions/setup-python@v4
3636 with :
3737 python-version : ${{ matrix.py }}
3838 - name : Pick environment to run
7272 - uses : actions/checkout@v3
7373 with :
7474 fetch-depth : 0
75- - uses : actions/setup-python@v2
75+ - uses : actions/setup-python@v4
7676 with :
7777 python-version : " 3.10"
7878 - name : Install tox
@@ -111,7 +111,7 @@ jobs:
111111 with :
112112 fetch-depth : 0
113113 - name : Setup Python "3.10"
114- uses : actions/setup-python@v2
114+ uses : actions/setup-python@v4
115115 with :
116116 python-version : " 3.10"
117117 - name : Install tox
@@ -127,7 +127,7 @@ jobs:
127127 runs-on : ubuntu-20.04
128128 steps :
129129 - name : Setup python to build package
130- uses : actions/setup-python@v2
130+ uses : actions/setup-python@v4
131131 with :
132132 python-version : " 3.10"
133133 - name : Install build
You can’t perform that action at this time.
0 commit comments