Skip to content

Commit b5ecf48

Browse files
authored
Merge pull request #1414 from nipy/dependabot/github_actions/astral-sh/setup-uv-6
chore(deps): bump astral-sh/setup-uv from 5 to 6
2 parents 2fb125c + a3d60b4 commit b5ecf48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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@v5
191+
uses: astral-sh/setup-uv@v6
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)