File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 - name : " [INIT] Checkout repository"
1616 uses : actions/checkout@v4
1717 - name : " [INIT] Install uv"
18- uses : astral-sh/setup-uv@v5
18+ uses : astral-sh/setup-uv@v6
1919 with :
2020 python-version : " 3.10"
2121 - name : " [EXEC] Build project"
Original file line number Diff line number Diff line change 1212 - name : " [INIT] Checkout repository"
1313 uses : actions/checkout@v4
1414 - name : " [INIT] Install uv"
15- uses : astral-sh/setup-uv@v5
15+ uses : astral-sh/setup-uv@v6
1616 with :
1717 python-version : " 3.10"
1818 enable-cache : true
3737 - name : " [INIT] Checkout repository"
3838 uses : actions/checkout@v4
3939 - name : " [INIT] Install uv"
40- uses : astral-sh/setup-uv@v5
40+ uses : astral-sh/setup-uv@v6
4141 with :
4242 python-version : ${{ matrix.python }}
4343 enable-cache : true
You can’t perform that action at this time.
0 commit comments