Skip to content

Commit

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

build(deps): bump astral-sh/setup-uv from 3 to 4
  • Loading branch information
effigies authored Dec 6, 2024
2 parents 7dfcb37 + fe51a32 commit c3f6fa2
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@v3
uses: astral-sh/setup-uv@v4
- 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@v3
uses: astral-sh/setup-uv@v4
- uses: actions/cache/restore@v4
with:
path: ${{ env.TEST_DATA_HOME }}
Expand Down Expand Up @@ -121,7 +121,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 c3f6fa2

Please sign in to comment.