From e7f39dbbbe567d79ecc7c9779025aea1b1a15347 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:35:22 +0100 Subject: [PATCH] MAINT: update to `astral-sh/setup-uv@v5` --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index cf85a8a..dc2f5a1 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ runs: - uses: actions/setup-python@v5 with: python-version: ${{ inputs.python-version }} - - uses: astral-sh/setup-uv@v3 + - uses: astral-sh/setup-uv@v5 - env: FORCE_COLOR: True UV_SYSTEM_PYTHON: True