This repository was archived by the owner on Feb 4, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1010 pre-commit :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
14- - uses : actions/setup-python@v4
13+ - uses : actions/checkout@v4
14+ - uses : actions/setup-python@v5
1515 with :
1616 python-version : ' 3.11'
1717
2929 test :
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v3
33- - uses : actions/setup-python@v4
32+ - uses : actions/checkout@v4
33+ - uses : actions/setup-python@v5
3434 with :
3535 python-version : ' 3.11'
3636
5050 - pre-commit
5151 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
5252 steps :
53- - uses : actions/checkout@v3
54- - uses : actions/setup-python@v4
53+ - uses : actions/checkout@v4
54+ - uses : actions/setup-python@v5
5555 with :
5656 python-version : ' 3.11'
5757
7373 - pre-commit
7474 if : github.event_name == 'push' && github.ref == 'refs/heads/main'
7575 steps :
76- - uses : actions/checkout@v3
76+ - uses : actions/checkout@v4
7777
7878 - name : Setup
7979 run : make setup
Original file line number Diff line number Diff line change 1- pre-commit == 3.8.0
1+ pre-commit == 4.0.1
22pytest == 8.3.3
You can’t perform that action at this time.
0 commit comments