Skip to content

Commit f3a8909

Browse files
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](hynek/setup-cached-uv@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] <[email protected]>
1 parent 610265f commit f3a8909

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
allow-prereleases: true
6464

6565
- name: Set up uv
66-
uses: hynek/setup-cached-uv@v1
66+
uses: hynek/setup-cached-uv@v2
6767
- name: Set up nox
6868
uses: wntrblm/[email protected]
6969

@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
python-version: "3.x"
9292
- name: Set up uv
93-
uses: hynek/setup-cached-uv@v1
93+
uses: hynek/setup-cached-uv@v2
9494
- name: Install dependencies
9595
run: uv pip install --system build
9696

0 commit comments

Comments
 (0)