diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 49e8211..3473535 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -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' @@ -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 }} @@ -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)