From a40f73d799f520408e6571021362387b7dfddbea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Wed, 23 Oct 2024 13:53:42 -0700 Subject: [PATCH] Update action.yml --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e0de521..eb0a17c 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,10 @@ inputs: runs: using: composite steps: - - uses: hynek/setup-cached-uv@v2 + - name: Install the latest version of uv + uses: astral-sh/setup-uv@v3 + with: + enable-cache: true - uses: actions/cache@v4 with: path: ~/.cache/pre-commit