Skip to content

Commit

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

Bump astral-sh/setup-uv from 3 to 4
  • Loading branch information
dermotduffy authored Nov 29, 2024
2 parents bf1f132 + e5062ac commit e94e43a
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@v3
uses: astral-sh/setup-uv@v4
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@v3
uses: astral-sh/setup-uv@v4
with:
version: "0.5"
- name: Install requirements
Expand Down

0 comments on commit e94e43a

Please sign in to comment.