Skip to content

Commit 2c7c1a7

Browse files
committed
chore(ci): update uv install step for consistency across the gh actions.
1 parent 29c69e6 commit 2c7c1a7

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/check-lock.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
18-
18+
1919
- name: Install uv
20-
run: |
21-
curl -LsSf https://astral.sh/uv/install.sh | sh
22-
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
20+
uses: astral-sh/setup-uv@v3
21+
with:
22+
enable-cache: true
23+
version: 0.7.2
2324

2425
- name: Check uv.lock is up to date
2526
run: uv lock --check

0 commit comments

Comments
 (0)