File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
steps :
11
11
- uses : actions/checkout@v5
12
12
- name : Set up Python
13
- uses : actions/setup-python@v5
13
+ uses : actions/setup-python@v6
14
14
with :
15
15
python-version : ' 3.10'
16
16
- name : Install dependencies
Original file line number Diff line number Diff line change 10
10
- name : Checkout Source
11
11
uses : actions/checkout@v5
12
12
- name : Setup Python
13
- uses : actions/setup-python@v5
13
+ uses : actions/setup-python@v6
14
14
with :
15
15
python-version : ' 3.10'
16
16
- name : install check-manifest
Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@v5
16
16
- name : Set up Python 3.10
17
- uses : actions/setup-python@v5
17
+ uses : actions/setup-python@v6
18
18
with :
19
19
python-version : ' 3.10'
20
20
- name : Install dependencies
Original file line number Diff line number Diff line change 16
16
steps :
17
17
- uses : actions/checkout@v5
18
18
- name : Set up Python ${{ matrix.python-version }}
19
- uses : actions/setup-python@v5
19
+ uses : actions/setup-python@v6
20
20
with :
21
21
python-version : ${{ matrix.python-version }}
22
22
- name : Setup yt_xarray
Original file line number Diff line number Diff line change 20
20
uses : actions/checkout@v5
21
21
22
22
- name : Set up Python
23
- uses : actions/setup-python@v5
23
+ uses : actions/setup-python@v6
24
24
with :
25
25
# run with oldest supported python version
26
26
# so that we always get compatible versions of
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- uses : actions/checkout@v5
19
19
- name : Set up Python ${{ matrix.python-version }}
20
- uses : actions/setup-python@v5
20
+ uses : actions/setup-python@v6
21
21
with :
22
22
python-version : ${{ matrix.python-version }}
23
23
- name : Setup yt_xarray
You can’t perform that action at this time.
0 commit comments