From 8928fafdb83e94409c5cefe9f493df8169897fec 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernát Gábor --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e0de521..a50bbfb 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