File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v6
33+ uses : actions/checkout@v7
3434 with :
3535 persist-credentials : false
3636 - name : Install uv
Original file line number Diff line number Diff line change 66 lint :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v6
9+ - uses : actions/checkout@v7
1010 - uses : astral-sh/setup-uv@v7
1111 - name : Check formatting with Ruff
1212 run : uvx ruff format --check .
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v6
20+ uses : actions/checkout@v7
2121 with :
2222 persist-credentials : false
2323
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v6
18+ uses : actions/checkout@v7
1919 with :
2020 persist-credentials : false
2121
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout repo
15- uses : actions/checkout@v6
15+ uses : actions/checkout@v7
1616 - name : Install uv
1717 uses : astral-sh/setup-uv@v7
1818 with :
You can’t perform that action at this time.
0 commit comments