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 +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
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@v5
14+ - uses : actions/setup-python@v6
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@v5
33+ - uses : actions/setup-python@v6
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@v5
54+ - uses : actions/setup-python@v6
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@v5
7777
7878 - name : Setup
7979 run : make setup
Original file line number Diff line number Diff line change 1- pre-commit == 3.8 .0
2- pytest == 8.3.3
1+ pre-commit == 4.4 .0
2+ pytest == 9.0.1
You can’t perform that action at this time.
0 commit comments