File tree Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Expand file tree Collapse file tree 6 files changed +15
-15
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@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
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
49
49
echo $LD_LIBRARY_PATH
50
50
nvcc -V
51
51
- name : Set up Python
52
- uses : actions/setup-python@v5
52
+ uses : actions/setup-python@v6
53
53
with :
54
54
python-version : ${{ matrix.python-version }}
55
55
cache : ' pip'
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
37
37
echo "HYPOTHESIS_PROFILE=ci" >> $GITHUB_ENV
38
38
fi
39
39
- name : Set up Python
40
- uses : actions/setup-python@v5
40
+ uses : actions/setup-python@v6
41
41
with :
42
42
python-version : ${{ matrix.python-version }}
43
43
cache : ' pip'
Original file line number Diff line number Diff line change 11
11
pull-requests : write
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5 .0.0
14
+ - uses : actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6 .0.1
15
15
with :
16
16
repo-token : ${{ secrets.GITHUB_TOKEN }}
17
17
sync-labels : true
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
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
18
18
19
- - uses : actions/setup-python@v5.2.0
19
+ - uses : actions/setup-python@v6
20
20
name : Install Python
21
21
with :
22
22
python-version : ' 3.11'
Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ jobs:
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
51
- uses : actions/setup-python@v5
51
+ uses : actions/setup-python@v6
52
52
with :
53
53
python-version : ${{ matrix.python-version }}
54
54
cache : ' pip'
@@ -86,11 +86,11 @@ jobs:
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
93
- uses : actions/setup-python@v5
93
+ uses : actions/setup-python@v6
94
94
with :
95
95
python-version : ${{ matrix.python-version }}
96
96
cache : ' pip'
@@ -115,11 +115,11 @@ 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
122
- uses : actions/setup-python@v5
122
+ uses : actions/setup-python@v6
123
123
with :
124
124
python-version : ' 3.13'
125
125
cache : ' pip'
You can’t perform that action at this time.
0 commit comments