Skip to content

Commit a946fcd

Browse files
authored
Merge pull request #3707 from nipy/dependabot/github_actions/astral-sh/setup-uv-5
Chore(deps): Bump astral-sh/setup-uv from 4 to 5
2 parents ceb1cc8 + 478b663 commit a946fcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
fetch-depth: 0
3636
- name: Install the latest version of uv
37-
uses: astral-sh/setup-uv@v4
37+
uses: astral-sh/setup-uv@v5
3838
- run: uv build
3939
- run: uvx twine check dist/*
4040
- uses: actions/upload-artifact@v4
@@ -102,7 +102,7 @@ jobs:
102102
steps:
103103
- uses: actions/checkout@v4
104104
- name: Install the latest version of uv
105-
uses: astral-sh/setup-uv@v4
105+
uses: astral-sh/setup-uv@v5
106106
- name: Set up Python ${{ matrix.python-version }}
107107
uses: actions/setup-python@v5
108108
with:
@@ -152,7 +152,7 @@ jobs:
152152
steps:
153153
- uses: actions/checkout@v4
154154
- name: Install the latest version of uv
155-
uses: astral-sh/setup-uv@v4
155+
uses: astral-sh/setup-uv@v5
156156
- name: Show tox config
157157
run: uvx tox c
158158
- name: Show tox config (this call)

0 commit comments

Comments
 (0)