Skip to content

Commit

Permalink
Bump astral-sh/setup-uv from 1 to 3 in the github-actions group
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).


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: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent aa01357 commit 8ac6a07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
allow-prereleases: true

- name: Install uv
uses: astral-sh/setup-uv@v1
uses: astral-sh/setup-uv@v3
with:
enable-cache: true

Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
python-version: '3.12'

- name: Install uv
uses: astral-sh/setup-uv@v1
uses: astral-sh/setup-uv@v3

- name: Install dependencies
run: uv pip install --system coverage[toml]
Expand Down

0 comments on commit 8ac6a07

Please sign in to comment.