From fa9244ac1cae39d5da05c34a07e75dfa0ac9e6ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 03:50:12 +0000 Subject: [PATCH] chore(deps): bump hynek/setup-cached-uv from 1 to 2 in the actions group Bumps the actions group with 1 update: [hynek/setup-cached-uv](https://github.com/hynek/setup-cached-uv). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] --- .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 749c73b3..8d3b70dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: if: "!startsWith(matrix.python-version, 'pypy')" - name: Setup uv (cached) - uses: hynek/setup-cached-uv@v1 + uses: hynek/setup-cached-uv@v2 if: "startsWith(matrix.python-version, 'pypy')" with: cache-suffix: -${{ matrix.python-version }}