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 6
6
build :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v3
9
+ - uses : actions/checkout@v4
10
10
- uses : mamba-org/setup-micromamba@main
11
11
with :
12
12
environment-file : ./HiCMatrix_env_ci.yml
Original file line number Diff line number Diff line change 23
23
# IMPORTANT: this permission is mandatory for trusted publishing
24
24
id-token : write
25
25
steps :
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@v4
27
27
- name : Set up Python
28
28
uses : actions/setup-python@v3
29
29
with :
Original file line number Diff line number Diff line change 17
17
- " 3.9"
18
18
- " 3.10"
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- name : Use python ${{ matrix.python-version }}
22
22
run : echo -e "\n - python = ${{ matrix.python-version }}" >> ./HiCMatrix_env_ci.yml
23
23
- uses : mamba-org/setup-micromamba@main
43
43
- " 3.9"
44
44
- " 3.10"
45
45
steps :
46
- - uses : actions/checkout@v3
46
+ - uses : actions/checkout@v4
47
47
- name : Use python ${{ matrix.python-version }}
48
48
run : echo -e "\n - python = ${{ matrix.python-version }}" >> ./HiCMatrix_env_ci.yml
49
49
- uses : mamba-org/setup-micromamba@main
You can’t perform that action at this time.
0 commit comments