Skip to content

Commit

Permalink
chore(deps): bump hynek/setup-cached-uv from 1 to 2 in the actions gr…
Browse files Browse the repository at this point in the history
…oup (#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](hynek/setup-cached-uv@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] <[email protected]>

* Update ci.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Henry Schreiner <[email protected]>
  • Loading branch information
dependabot[bot] and henryiii authored Sep 25, 2024
1 parent e35f2fd commit 9ad5112
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 9ad5112

Please sign in to comment.