Skip to content

Commit 0d86ff4

Browse files
authored
Merge pull request #476 from nipreps/dependabot/github_actions/astral-sh/setup-uv-5
chore(deps): bump astral-sh/setup-uv from 4 to 5
2 parents a50506a + 696fe39 commit 0d86ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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@v4
125+
uses: astral-sh/setup-uv@v5
126126
- name: Set up Python ${{ matrix.python-version }}
127127
uses: conda-incubator/setup-miniconda@v3
128128
with:

0 commit comments

Comments
 (0)