Skip to content

Commit

Permalink
Bump astral-sh/setup-uv from 4 to 5 in the github-actions group (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 7f2bc05 commit 3cbb94e
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 @@ -35,7 +35,7 @@ jobs:
allow-prereleases: true

- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
cache-dependency-glob: tests/requirements/*.txt
Expand All @@ -59,7 +59,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5

- name: Build
run: uv build
Expand Down

0 comments on commit 3cbb94e

Please sign in to comment.