Skip to content

Commit

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

build(deps): bump astral-sh/setup-uv from 4 to 5
  • Loading branch information
effigies authored Jan 1, 2025
2 parents 4d7ae6c + 4b9ae36 commit 4c69fb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
SHA: ${{ steps.test-head.outputs.SHA }}
steps:
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
- name: Git settings (pacify DataLad)
run: |
git config --global user.name 'NiPreps Bot'
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
submodules: recursive
fetch-depth: 0
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
- uses: actions/cache/restore@v4
with:
path: ${{ env.TEST_DATA_HOME }}
Expand Down Expand Up @@ -120,7 +120,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 4c69fb4

Please sign in to comment.