Skip to content

Commit

Permalink
Bump astral-sh/setup-uv from 4 to 5 in the actions group (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham authored Dec 20, 2024
2 parents d70087d + ea47410 commit 3373fce
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 @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v4

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

- name: Install dependencies
run: |
Expand All @@ -63,7 +63,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
python-version: ${{ matrix.python }}
Expand Down

0 comments on commit 3373fce

Please sign in to comment.