Skip to content

Commit 84294f4

Browse files
authored
Merge pull request #1407 from nipy/dependabot/github_actions/astral-sh/setup-uv-5
chore(deps): bump astral-sh/setup-uv from 4 to 5
2 parents 78fcddb + 97b690e commit 84294f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
submodules: recursive
189189
fetch-depth: 0
190190
- name: Install the latest version of uv
191-
uses: astral-sh/setup-uv@v4
191+
uses: astral-sh/setup-uv@v5
192192
- name: Set up Python ${{ matrix.python-version }}
193193
if: "!endsWith(matrix.python-version, 't')"
194194
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)