File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,10 +14,6 @@ permissions:
1414 pages : write
1515 id-token : write
1616
17- concurrency :
18- group : " pages"
19- cancel-in-progress : true
20-
2117jobs :
2218 build :
2319 runs-on : ubuntu-latest
@@ -27,12 +23,12 @@ jobs:
2723 uses : actions/checkout@v6
2824
2925 - name : Set up Python
30- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
3127 with :
3228 python-version : ' 3.12'
3329
3430 - name : Install uv
35- uses : astral-sh/setup-uv@v3
31+ uses : astral-sh/setup-uv@v7
3632
3733 - name : Install dependencies
3834 run : |
8076 - name : Deploy to GitHub Pages
8177 id : deployment
8278 uses : actions/deploy-pages@v4
79+
Original file line number Diff line number Diff line change 2424 uses : astral-sh/setup-uv@v7
2525 with :
2626 python-version : ${{ matrix.python-version }}
27- version : 0.9.12
27+ version : 0.9.16
2828 enable-cache : true
2929 cache-dependency-glob : " uv.lock"
3030 - name : Install the project
Original file line number Diff line number Diff line change 4040 with :
4141 enable-cache : true
4242 cache-dependency-glob : " uv.lock"
43- version : 0.9.12
43+ version : 0.9.16
4444
4545 - name : Change Package Version
4646 run : |
You can’t perform that action at this time.
0 commit comments