Skip to content

Commit

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

Build(deps): Bump astral-sh/setup-uv from 4 to 5
  • Loading branch information
effigies authored Dec 23, 2024
2 parents c42a8a2 + d0ef0eb commit cd73249
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
with:
persist-credentials: false
- 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 @@ -145,7 +145,7 @@ jobs:
- run: ls -lR

- 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 @@ -219,7 +219,7 @@ jobs:
with:
persist-credentials: false
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
- name: Install tox
run: uv tool install tox --with=tox-uv
- name: Show tox config
Expand Down

0 comments on commit cd73249

Please sign in to comment.