We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c69e6 commit 2c7c1a7Copy full SHA for 2c7c1a7
1 file changed
.github/workflows/check-lock.yml
@@ -15,11 +15,12 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v4
18
-
+
19
- name: Install uv
20
- run: |
21
- curl -LsSf https://astral.sh/uv/install.sh | sh
22
- echo "$HOME/.cargo/bin" >> $GITHUB_PATH
+ uses: astral-sh/setup-uv@v3
+ with:
+ enable-cache: true
23
+ version: 0.7.2
24
25
- name: Check uv.lock is up to date
26
run: uv lock --check
0 commit comments