Skip to content

Commit f3b32fc

Browse files
authored
Merge pull request #489 from nipreps/dependabot/github_actions/astral-sh/setup-uv-6
chore(deps): bump astral-sh/setup-uv from 5 to 6
2 parents 7f47d73 + 8204f33 commit f3b32fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
git config --global user.name 'NiPreps Bot'
123123
git config --global user.email '[email protected]'
124124
- name: Install the latest version of uv
125-
uses: astral-sh/setup-uv@v5
125+
uses: astral-sh/setup-uv@v6
126126
- name: Set up Python ${{ matrix.python-version }}
127127
uses: conda-incubator/setup-miniconda@v3
128128
with:

0 commit comments

Comments
 (0)