From 47d85dcd609129ff106197bf0b533dc226939d26 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Thu, 24 Oct 2024 05:17:32 +0000 Subject: [PATCH] chore(deps): update eifinger/setup-uv action to v3 --- .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 3a5e480b422..cae59b97b03 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@162b8acf397cb069dec09a3f5a9847cf71cfa46a # v1.0.7 + uses: eifinger/setup-uv@f3bcaebff5eace81a1c062af9f9011aae482ca9d # v3.1.7 with: enable-cache: true - name: Build rustdoc