File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
with :
29
29
fetch-depth : 0
30
30
31
- - uses : astral-sh/setup-uv@1edb52594c857e2b5b13128931090f0640537287 # v5.3.0
31
+ - uses : astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1
32
32
with :
33
33
python-version : 3.13
34
34
# can't cache numpy nightlies as the name of the artifact
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- name : Checkout Source
19
19
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
- - uses : astral-sh/setup-uv@1edb52594c857e2b5b13128931090f0640537287 # v5.3.0
20
+ - uses : astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1
21
21
- name : Build distributions
22
22
shell : bash -l {0}
23
23
run : uv build
Original file line number Diff line number Diff line change 33
33
runs-on : ${{ matrix.os }}
34
34
steps :
35
35
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36
- - uses : astral-sh/setup-uv@1edb52594c857e2b5b13128931090f0640537287 # v5.3.0
36
+ - uses : astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1
37
37
with :
38
38
python-version : ${{ matrix.python-version }}
39
39
55
55
56
56
steps :
57
57
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
58
- - uses : astral-sh/setup-uv@1edb52594c857e2b5b13128931090f0640537287 # v5.3.0
58
+ - uses : astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1
59
59
with :
60
60
python-version : ${{ matrix.python-version }}
61
61
You can’t perform that action at this time.
0 commit comments