Skip to content

Commit 5f00c24

Browse files
committed
chore: Use setup-uv action instead of install script
1 parent 015720f commit 5f00c24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-uv-lock.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
- uses: actions/checkout@v4
2121

2222
- name: Install uv
23-
run: |
24-
curl -LsSf https://astral.sh/uv/install.sh | sh
25-
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
23+
uses: astral-sh/setup-uv@v5
24+
with:
25+
enable-cache: true
2626

2727
- name: Check uv.lock is up to date
2828
run: uv lock --check

0 commit comments

Comments
 (0)