File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - uses : astral-sh/setup-uv@v6
1414 with :
1515 python-version : ' 3.13'
Original file line number Diff line number Diff line change 77 rufftest :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 - uses : astral-sh/setup-uv@v6
1212 with :
1313 python-version : ' 3.13'
2121 typingtest :
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 - uses : astral-sh/setup-uv@v6
2626 with :
2727 python-version : ' 3.13'
3333 unittest :
3434 runs-on : ubuntu-latest
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v5
3737 - uses : astral-sh/setup-uv@v6
3838 with :
3939 python-version : ' 3.13'
You can’t perform that action at this time.
0 commit comments