File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
SHA : ${{ steps.test-head.outputs.SHA }}
30
30
steps :
31
31
- name : Install the latest version of uv
32
- uses : astral-sh/setup-uv@v3
32
+ uses : astral-sh/setup-uv@v4
33
33
- name : Git settings (pacify DataLad)
34
34
run : |
35
35
git config --global user.name 'NiPreps Bot'
87
87
submodules : recursive
88
88
fetch-depth : 0
89
89
- name : Install the latest version of uv
90
- uses : astral-sh/setup-uv@v3
90
+ uses : astral-sh/setup-uv@v4
91
91
- uses : actions/cache/restore@v4
92
92
with :
93
93
path : ${{ env.TEST_DATA_HOME }}
@@ -121,7 +121,7 @@ jobs:
121
121
steps :
122
122
- uses : actions/checkout@v4
123
123
- name : Install the latest version of uv
124
- uses : astral-sh/setup-uv@v3
124
+ uses : astral-sh/setup-uv@v4
125
125
- name : Show tox config
126
126
run : uvx tox c
127
127
- name : Show tox config (this call)
You can’t perform that action at this time.
0 commit comments