File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Check out the repo
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
17
17
- name : Log in to Docker Hub
18
18
uses : docker/login-action@v3
Original file line number Diff line number Diff line change 15
15
- ssh
16
16
- ssh_rsync
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
- run : ./ci/${{ matrix.machine }}.sh
20
20
env :
21
21
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 9
9
publish :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
- name : publish-to-conda
14
14
15
15
with :
Original file line number Diff line number Diff line change 7
7
name : pyright
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v4
10
+ - uses : actions/checkout@v5
11
11
- uses : actions/setup-python@v5
12
12
with :
13
13
python-version : ' 3.11'
Original file line number Diff line number Diff line change 8
8
# IMPORTANT: this permission is mandatory for trusted publishing
9
9
id-token : write
10
10
steps :
11
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@v5
12
12
- name : Setup python
13
13
uses : actions/setup-python@v5
14
14
with :
Original file line number Diff line number Diff line change 12
12
environment : bohrium
13
13
if : github.repository_owner == 'deepmodeling' && (github.event.label.name == 'Test Bohrium' || github.event_name == 'push')
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
with :
17
17
ref : " ${{ github.event.pull_request.merge_commit_sha }}"
18
18
- name : Set up Python 3.12
Original file line number Diff line number Diff line change 26
26
- python-version : " 3.7"
27
27
platform : macos-13
28
28
steps :
29
- - uses : actions/checkout@v4
29
+ - uses : actions/checkout@v5
30
30
- name : Set up Python ${{ matrix.python-version }}
31
31
uses : actions/setup-python@v5
32
32
with :
You can’t perform that action at this time.
0 commit comments