Skip to content

Commit

Permalink
Bump astral-sh/setup-uv from 1 to 3 in the gha-dependencies group (#634)
Browse files Browse the repository at this point in the history
Updates `astral-sh/setup-uv` from 1 to 3
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@v1...v3)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gha-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 1d119fb commit c697d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
python-version: '3.10'

- name: Setup uv
uses: astral-sh/setup-uv@v1
uses: astral-sh/setup-uv@v3
with:
version: ${{ env.UV_VERSION }}

Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Setup uv
uses: astral-sh/setup-uv@v1
uses: astral-sh/setup-uv@v3
with:
version: ${{ env.UV_VERSION }}

Expand Down

0 comments on commit c697d27

Please sign in to comment.