From 874f42216d7b632365b3c0cb8b97427fa6eb1d56 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Fri, 18 Oct 2024 03:48:18 +0000 Subject: [PATCH] chore(deps): update eifinger/setup-uv action to v1.0.7 --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index fadad6e798e..99a7e9d4d5c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -26,7 +26,7 @@ jobs: - name: Install nextest for help text in docs uses: taiki-e/install-action@nextest - name: Install uv - uses: eifinger/setup-uv@e9305af4bcb00eda1df5db6e72f5d93902c11da5 # v1.0.2 + uses: eifinger/setup-uv@162b8acf397cb069dec09a3f5a9847cf71cfa46a # v1.0.7 with: enable-cache: true - name: Build rustdoc