From 9ad5112d4b01237e34cf28e6e8740cb01d11167c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:04:48 -0400 Subject: [PATCH] chore(deps): bump hynek/setup-cached-uv from 1 to 2 in the actions group (#687) * 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] * Update ci.yml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner --- .github/workflows/ci.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 749c73b3..044778dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,15 +59,8 @@ jobs: python-version: ${{ matrix.python-version }} allow-prereleases: true - - name: Setup uv (uncached) - uses: yezz123/setup-uv@v4 - if: "!startsWith(matrix.python-version, 'pypy')" - - name: Setup uv (cached) - uses: hynek/setup-cached-uv@v1 - if: "startsWith(matrix.python-version, 'pypy')" - with: - cache-suffix: -${{ matrix.python-version }} + uses: hynek/setup-cached-uv@v2 - name: Install run: |