File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
1313 name : Format and Lint Check
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
17- - uses : chartboost /ruff-action@v1
16+ - uses : actions/checkout@v6
17+ - uses : astral-sh /ruff-action@v3
1818 with :
19- version : " 0.4 .1"
19+ version : " 0.15 .1"
2020 args : ' format --check'
21- - uses : chartboost /ruff-action@v1
21+ - uses : astral-sh /ruff-action@v3
2222 with :
23- version : " 0.4 .1"
23+ version : " 0.15 .1"
Original file line number Diff line number Diff line change 1010 id-token : write
1111
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 - name : Setup Python
15- uses : astral-sh/setup-uv@v4
15+ uses : astral-sh/setup-uv@v7
1616 with :
1717 python-version : " 3.11"
1818 cache : true
Original file line number Diff line number Diff line change 1313 matrix :
1414 python-version : ["3.11", "3.12", "3.13"]
1515 steps :
16- - uses : actions/checkout@v4
17- - uses : astral-sh/setup-uv@v4
16+ - uses : actions/checkout@v6
17+ - uses : astral-sh/setup-uv@v7
1818 with :
1919 python-version : ${{ matrix.python-version }}
2020 cache : true
You can’t perform that action at this time.
0 commit comments