Skip to content

Commit da37abb

Browse files
authored
Merge pull request #806 from nipype/dependabot/github_actions/astral-sh/setup-uv-6
chore(deps): bump astral-sh/setup-uv from 5 to 6
2 parents 6e1a332 + 802b4bf commit da37abb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
fetch-depth: 0
6464
- name: Install the latest version of uv
65-
uses: astral-sh/setup-uv@v5
65+
uses: astral-sh/setup-uv@v6
6666
- name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
6767
uses: actions/setup-python@v5
6868
with:
@@ -126,7 +126,7 @@ jobs:
126126
with:
127127
fetch-depth: 0
128128
- name: Install the latest version of uv
129-
uses: astral-sh/setup-uv@v5
129+
uses: astral-sh/setup-uv@v6
130130
- name: Set up Python ${{ matrix.python-version }}
131131
uses: actions/setup-python@v5
132132
with:

0 commit comments

Comments
 (0)