Skip to content

Commit

Permalink
ci: bump setup-uv
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Jan 8, 2025
1 parent e0610f7 commit cfce204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
run: make test

run-example:
name: ubuntu / 3.8 / run-example
name: ubuntu / 3.9 / run-example
runs-on: ubuntu-latest
steps:
- name: Check out repository
Expand All @@ -120,7 +120,7 @@ jobs:
# ----- setup python -----
#----------------------------------------------
- name: Set up uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v5
with:
version: ${{ env.UV_VERSION }}
enable-cache: true
Expand Down

0 comments on commit cfce204

Please sign in to comment.