File tree 6 files changed +12
-12
lines changed
6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 23
23
uses : actions/checkout@v4
24
24
25
25
- name : Setup Python ${{ matrix.python-version }}
26
- uses : astral-sh/setup-uv@v5
26
+ uses : astral-sh/setup-uv@v6
27
27
with :
28
28
cache-dependency-glob : " **/pyproject.toml"
29
29
python-version : ${{ matrix.python-version }}
80
80
uses : actions/checkout@v4
81
81
82
82
- name : Setup Python
83
- uses : astral-sh/setup-uv@v5
83
+ uses : astral-sh/setup-uv@v6
84
84
with :
85
85
cache-dependency-glob : " **/pyproject.toml"
86
86
Original file line number Diff line number Diff line change 24
24
uses : actions/checkout@v4
25
25
26
26
- name : Setup Python ${{ matrix.python-version }}
27
- uses : astral-sh/setup-uv@v5
27
+ uses : astral-sh/setup-uv@v6
28
28
with :
29
29
cache-dependency-glob : " **/pyproject.toml"
30
30
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 21
21
uses : actions/checkout@v4
22
22
23
23
- name : Setup Python
24
- uses : astral-sh/setup-uv@v5
24
+ uses : astral-sh/setup-uv@v6
25
25
with :
26
26
enable-cache : false
27
27
44
44
uses : actions/checkout@v4
45
45
46
46
- name : Setup Python
47
- uses : astral-sh/setup-uv@v5
47
+ uses : astral-sh/setup-uv@v6
48
48
with :
49
49
enable-cache : false
50
50
78
78
uses : actions/checkout@v4
79
79
80
80
- name : Setup Python
81
- uses : astral-sh/setup-uv@v5
81
+ uses : astral-sh/setup-uv@v6
82
82
with :
83
83
cache-dependency-glob : " **/pyproject.toml"
84
84
@@ -127,7 +127,7 @@ jobs:
127
127
uses : actions/checkout@v4
128
128
129
129
- name : Setup Python ${{ matrix.python-version }}
130
- uses : astral-sh/setup-uv@v5
130
+ uses : astral-sh/setup-uv@v6
131
131
with :
132
132
cache-dependency-glob : " **/pyproject.toml"
133
133
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 25
25
uses : actions/checkout@v4
26
26
27
27
- name : Setup Python
28
- uses : astral-sh/setup-uv@v5
28
+ uses : astral-sh/setup-uv@v6
29
29
with :
30
30
cache-dependency-glob : " **/pyproject.toml"
31
31
@@ -103,7 +103,7 @@ jobs:
103
103
path : modflow6-examples
104
104
105
105
- name : Setup Python
106
- uses : astral-sh/setup-uv@v5
106
+ uses : astral-sh/setup-uv@v6
107
107
with :
108
108
cache-dependency-glob : " **/pyproject.toml"
109
109
Original file line number Diff line number Diff line change 28
28
uses : actions/checkout@v4
29
29
30
30
- name : Setup Python
31
- uses : astral-sh/setup-uv@v5
31
+ uses : astral-sh/setup-uv@v6
32
32
with :
33
33
cache-dependency-glob : " **/pyproject.toml"
34
34
Original file line number Diff line number Diff line change 25
25
fetch-depth : 0
26
26
27
27
- name : Setup Python
28
- uses : astral-sh/setup-uv@v5
28
+ uses : astral-sh/setup-uv@v6
29
29
with :
30
30
enable-cache : false
31
31
@@ -208,7 +208,7 @@ jobs:
208
208
ref : master
209
209
210
210
- name : Setup Python
211
- uses : astral-sh/setup-uv@v5
211
+ uses : astral-sh/setup-uv@v6
212
212
with :
213
213
enable-cache : false
214
214
You can’t perform that action at this time.
0 commit comments