File tree 1 file changed +3
-3
lines changed
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@v4
32
+ uses : astral-sh/setup-uv@v5
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@v4
90
+ uses : astral-sh/setup-uv@v5
91
91
- uses : actions/cache/restore@v4
92
92
with :
93
93
path : ${{ env.TEST_DATA_HOME }}
@@ -120,7 +120,7 @@ jobs:
120
120
steps :
121
121
- uses : actions/checkout@v4
122
122
- name : Install the latest version of uv
123
- uses : astral-sh/setup-uv@v4
123
+ uses : astral-sh/setup-uv@v5
124
124
- name : Show tox config
125
125
run : uvx tox c
126
126
- name : Show tox config (this call)
You can’t perform that action at this time.
0 commit comments