File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
11
11
steps :
12
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
13
13
14
14
- name : Install uv
15
- uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
15
+ uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0
16
16
17
17
- name : Check changelog entries
18
18
run : uv run --no-sync python ci/check_changelog_entries.py
Original file line number Diff line number Diff line change 29
29
dependency-set : ["minimal"]
30
30
31
31
steps :
32
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@v5
33
33
# - name: cuda-toolkit
34
34
35
35
# id: cuda-toolkit
Original file line number Diff line number Diff line change 28
28
dependency-set : ["optional"]
29
29
30
30
steps :
31
- - uses : actions/checkout@v4
31
+ - uses : actions/checkout@v5
32
32
- name : Set HYPOTHESIS_PROFILE based on trigger
33
33
run : |
34
34
if [[ "${{ github.event_name }}" == "schedule" || "${{ github.event_name }}" == "workflow_dispatch" ]]; then
Original file line number Diff line number Diff line change 11
11
fail-fast : false
12
12
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
with :
16
16
submodules : true
17
17
fetch-depth : 0
Original file line number Diff line number Diff line change 44
44
runs-on : ${{ matrix.os }}
45
45
46
46
steps :
47
- - uses : actions/checkout@v4
47
+ - uses : actions/checkout@v5
48
48
with :
49
49
fetch-depth : 0 # grab all branches and tags
50
50
- name : Set up Python
86
86
- python-version : " 3.11"
87
87
dependency-set : upstream
88
88
steps :
89
- - uses : actions/checkout@v4
89
+ - uses : actions/checkout@v5
90
90
with :
91
91
fetch-depth : 0
92
92
- name : Set up Python
@@ -115,7 +115,7 @@ jobs:
115
115
name : doctests
116
116
runs-on : ubuntu-latest
117
117
steps :
118
- - uses : actions/checkout@v4
118
+ - uses : actions/checkout@v5
119
119
with :
120
120
fetch-depth : 0 # required for hatch version discovery, which is needed for numcodecs.zarr3
121
121
- name : Set up Python
You can’t perform that action at this time.
0 commit comments