Skip to content

Commit 6880f30

Browse files
⬆️ deps: Update astral-sh/setup-uv action to v8 (#64)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 42eaaf8 commit 6880f30

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
3636

3737
- name: Install uv
38-
uses: astral-sh/setup-uv@v7
38+
uses: astral-sh/setup-uv@v8.1.0

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
target/
3030
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
3131
- name: Install uv
32-
uses: astral-sh/setup-uv@v7
32+
uses: astral-sh/setup-uv@v8.1.0
3333
- name: Build
3434
if: steps.cargo-cache.outputs.cache-hit != 'true'
3535
run: cargo build --release --verbose

0 commit comments

Comments
 (0)