Skip to content

Commit

Permalink
Merge pull request #3707 from nipy/dependabot/github_actions/astral-s…
Browse files Browse the repository at this point in the history
…h/setup-uv-5

Chore(deps): Bump astral-sh/setup-uv from 4 to 5
  • Loading branch information
effigies authored Jan 17, 2025
2 parents ceb1cc8 + 478b663 commit a946fcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
fetch-depth: 0
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
- run: uv build
- run: uvx twine check dist/*
- uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
- name: Show tox config
run: uvx tox c
- name: Show tox config (this call)
Expand Down

0 comments on commit a946fcd

Please sign in to comment.