Skip to content

Commit 1410406

Browse files
committed
Update action.yml
Signed-off-by: Bernát Gábor <[email protected]>
1 parent a071220 commit 1410406

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ inputs:
88
runs:
99
using: composite
1010
steps:
11-
- uses: hynek/setup-cached-uv@v2
11+
- name: Install the latest version of uv
12+
uses: astral-sh/setup-uv@v3
13+
with:
14+
enable-cache: true
15+
cache-dependency-glob: "action.yml"
1216
- uses: actions/cache@v4
1317
with:
1418
path: ~/.cache/pre-commit

0 commit comments

Comments
 (0)