Skip to content

Commit

Permalink
Merge pull request #138 from axiomhq/dependabot/github_actions/astral…
Browse files Browse the repository at this point in the history
…-sh/setup-uv-3

chore(deps): bump astral-sh/setup-uv from 2 to 3
  • Loading branch information
bahlo authored Sep 17, 2024
2 parents e6369b0 + af4b296 commit 6890a1b
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 @@ -37,7 +37,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: Install uv
uses: astral-sh/setup-uv@v2
uses: astral-sh/setup-uv@v3
- name: Test against development
run: uv run pytest
env:
Expand All @@ -60,7 +60,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v2
uses: astral-sh/setup-uv@v3
- uses: actions/setup-python@v5
with:
python-version-file: "pyproject.toml"
Expand Down

0 comments on commit 6890a1b

Please sign in to comment.