Skip to content

Commit

Permalink
Merge pull request #816 from blakeblackshear/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/astral-sh/setup-uv-5

Bump astral-sh/setup-uv from 4 to 5
  • Loading branch information
dermotduffy authored Jan 25, 2025
2 parents 31ddcdc + 2620588 commit 957e3d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
with:
version: "0.5"
- name: Install requirements
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
with:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
with:
version: "0.5"
- name: Install requirements
Expand Down

0 comments on commit 957e3d3

Please sign in to comment.