From e865252c6667fc0baabf93d0d335cc2b31ae97b7 Mon Sep 17 00:00:00 2001 From: burgholzer Date: Tue, 10 Sep 2024 21:47:55 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20fix=20a=20leftover=20`v1`?= =?UTF-8?q?=20version=20specifier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78e5e26..4869f73 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ changes. The glob matches files relative to the repository root. ```yaml - name: Define a list of cache dependency globs - uses: astral-sh/setup-uv@v1 + uses: astral-sh/setup-uv@v2 with: enable-cache: true cache-dependency-glob: |