Skip to content

Commit

Permalink
Bump astral-sh/setup-uv from 1 to 3 in the github-actions group (#270)
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 1 update:
[astral-sh/setup-uv](https://github.com/astral-sh/setup-uv).

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam Johnson <me@adamj.eu>
  • Loading branch information
dependabot[bot] and adamchainz authored Oct 2, 2024
1 parent 8f0b921 commit a10fa45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ jobs:
allow-prereleases: true

- name: Install uv
uses: astral-sh/setup-uv@v1
uses: astral-sh/setup-uv@v3
with:
enable-cache: true
cache-dependency-glob: tests/requirements/*.txt

- name: Install dependencies
run: uv pip install --system tox tox-uv
Expand Down

0 comments on commit a10fa45

Please sign in to comment.