From fc768bb1fc6c027ca29d6bb92a545aa20a5c17ce Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 29 Jul 2024 05:54:34 +0000
Subject: [PATCH] Bump hynek/setup-cached-uv from 1 to 2

Bumps [hynek/setup-cached-uv](https://github.com/hynek/setup-cached-uv) from 1 to 2.
- [Release notes](https://github.com/hynek/setup-cached-uv/releases)
- [Changelog](https://github.com/hynek/setup-cached-uv/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hynek/setup-cached-uv/compare/v1...v2)

---
updated-dependencies:
- dependency-name: hynek/setup-cached-uv
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .github/workflows/CI.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index fae0996..3deee7f 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -58,7 +58,7 @@ jobs:
             pypy3.10
           allow-prereleases: true
       - name: Set up uv
-        uses: hynek/setup-cached-uv@v1
+        uses: hynek/setup-cached-uv@v2
       - name: Set up nox
         uses: wntrblm/nox@2024.04.15