File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515 needs : [lint, tests]
1616
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - name : Set up Python 3.11
20- uses : actions/setup-python@v4
20+ uses : actions/setup-python@v5
2121 with :
2222 python-version : ' 3.11'
2323 - name : Build wheel and source tarball
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - name : Set up Python 3.11
16- uses : actions/setup-python@v4
16+ uses : actions/setup-python@v5
1717 with :
1818 python-version : ' 3.11'
1919 - name : Install dependencies
Original file line number Diff line number Diff line change 3232 - django : " 5.2"
3333 python-version : " 3.9"
3434 steps :
35- - uses : actions/checkout@v3
35+ - uses : actions/checkout@v4
3636 - name : Set up Python ${{ matrix.python-version }}
37- uses : actions/setup-python@v4
37+ uses : actions/setup-python@v5
3838 with :
3939 python-version : ${{ matrix.python-version }}
4040 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments