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 3030 python-version : " 3.11"
3131 - name : Install tox
3232 run : python -m pip install tox
33- - uses : actions/checkout@v3
33+ - uses : actions/checkout@v4
3434 with :
3535 fetch-depth : 0
3636 - name : Setup python for test ${{ matrix.py }}
7171 runs-on : ubuntu-latest
7272 needs : test
7373 steps :
74- - uses : actions/checkout@v3
74+ - uses : actions/checkout@v4
7575 with :
7676 fetch-depth : 0
7777 - uses : actions/setup-python@v4
@@ -109,7 +109,7 @@ jobs:
109109 - readme
110110 - type
111111 steps :
112- - uses : actions/checkout@v3
112+ - uses : actions/checkout@v4
113113 with :
114114 fetch-depth : 0
115115 - 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