Skip to content

Commit

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

Bump astral-sh/setup-uv from 4 to 5
  • Loading branch information
github-actions[bot] authored Jan 21, 2025
2 parents 9533172 + d864792 commit a101ca7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
python-version: "3.12"

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

- name: Set up Tox environment
run: uvx --with=tox-uv tox run -e lint --notest
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
python-version: "3.12"

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

- name: Set up Tox environment
run: uvx --with=tox-uv tox run -e mypy --notest
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
python-version: "3.12"

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

- name: Set up Tox environment
run: uvx --with=tox-uv tox run -e packaging --notest
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
f.write(f"TOX_ENV={env}\n")
- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5

- name: Set up Tox environment
run: uvx --with=tox-uv tox run -e "${TOX_ENV}" --notest
Expand Down

0 comments on commit a101ca7

Please sign in to comment.