Skip to content

Commit

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

Bump astral-sh/setup-uv from 3 to 4
  • Loading branch information
effigies authored Nov 25, 2024
2 parents 52563ce + 06ef924 commit da70c2a
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@v3
uses: astral-sh/setup-uv@v4
- 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@v3
uses: astral-sh/setup-uv@v4
- 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@v3
uses: astral-sh/setup-uv@v4
- name: Show tox config
run: uvx tox c
- name: Show tox config (this call)
Expand Down

0 comments on commit da70c2a

Please sign in to comment.