Skip to content

Commit 4b85c3b

Browse files
authored
Merge pull request #844 from nipype/dependabot/github_actions/astral-sh/setup-uv-7
chore(deps): bump astral-sh/setup-uv from 6 to 7
2 parents 82198ae + 97b2779 commit 4b85c3b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ jobs:
6262
with:
6363
fetch-depth: 0
6464
- name: Install the latest version of uv
65-
uses: astral-sh/setup-uv@v6
66-
- name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
67-
uses: actions/setup-python@v6
65+
uses: astral-sh/setup-uv@v7
6866
with:
6967
python-version: ${{ matrix.python-version }}
7068
- name: Install tox
@@ -126,9 +124,7 @@ jobs:
126124
with:
127125
fetch-depth: 0
128126
- name: Install the latest version of uv
129-
uses: astral-sh/setup-uv@v6
130-
- name: Set up Python ${{ matrix.python-version }}
131-
uses: actions/setup-python@v6
127+
uses: astral-sh/setup-uv@v7
132128
with:
133129
python-version: ${{ matrix.python-version }}
134130
- name: Install tox

0 commit comments

Comments
 (0)