File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3737 python-version : " 3.11"
3838 - name : Install tox
3939 run : python -m pip install tox
40- - uses : actions/checkout@v3
40+ - uses : actions/checkout@v4
4141 with :
4242 fetch-depth : 0
4343 - name : Setup python for test ${{ matrix.py }}
8585 runs-on : ubuntu-latest
8686 needs : test
8787 steps :
88- - uses : actions/checkout@v3
88+ - uses : actions/checkout@v4
8989 with :
9090 fetch-depth : 0
9191 - uses : actions/setup-python@v4
@@ -133,7 +133,7 @@ jobs:
133133 exclude :
134134 - { os: windows-latest, tox_env: readme }
135135 steps :
136- - uses : actions/checkout@v3
136+ - uses : actions/checkout@v4
137137 with :
138138 fetch-depth : 0
139139 - name : Setup Python "3.11"
Original file line number Diff line number Diff line change 1818 python-version : " 3.11"
1919 - name : Install build
2020 run : python -m pip install build
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v4
2222 with :
2323 fetch-depth : 0
2424 - name : Build package
You can’t perform that action at this time.
0 commit comments