File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1919 python-version : ["3.10", "3.11", "3.12"]
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - name : Install uv
2424 uses : astral-sh/setup-uv@v6
2525 with :
Original file line number Diff line number Diff line change 1313 name : Build documentation
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Install uv
1818 uses : astral-sh/setup-uv@v6
1919 with :
@@ -27,14 +27,14 @@ jobs:
2727 # get latest dependencies from git directly
2828 - name : clone the latest bloqade-circuit
2929 id : clone_bloqade_circuit
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 with :
3232 repository : QuEraComputing/bloqade-circuit
3333 path : ' submodules/bloqade-circuit'
3434
3535 - name : clone the latest bloqade-analog
3636 id : clone_bloqade_analog
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v5
3838 with :
3939 repository : QuEraComputing/bloqade-analog
4040 path : ' submodules/bloqade-analog'
Original file line number Diff line number Diff line change 1313 name : Deploy dev documentation
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 with :
1818 fetch-depth : 0
1919 - name : Install uv
Original file line number Diff line number Diff line change 1313 name : Build documentation
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Install uv
1818 uses : astral-sh/setup-uv@v6
1919 with :
Original file line number Diff line number Diff line change 1515 name : Deploy preview documentation
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - name : Install uv
2020 uses : astral-sh/setup-uv@v6
2121 with :
Original file line number Diff line number Diff line change 1212 build :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - uses : isort/isort-action@v1
1717 with :
1818 sortPaths : " src" # only sort files in the src directory
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 ruff :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - uses : chartboost/ruff-action@v1
1717 black :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - uses : psf/black@stable
Original file line number Diff line number Diff line change 1313 name : Deploy release documentation
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 with :
1818 fetch-depth : 0
1919 - name : Install uv
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 - name : Install uv
1313 uses : astral-sh/setup-uv@v6
1414 with :
You can’t perform that action at this time.
0 commit comments