File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 build :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v3
9+ - uses : actions/checkout@v4
1010 - uses : mamba-org/setup-micromamba@main
1111 with :
1212 environment-file : ./HiCMatrix_env_ci.yml
Original file line number Diff line number Diff line change 2323 # IMPORTANT: this permission is mandatory for trusted publishing
2424 id-token : write
2525 steps :
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v4
2727 - name : Set up Python
2828 uses : actions/setup-python@v3
2929 with :
Original file line number Diff line number Diff line change 1717 - " 3.9"
1818 - " 3.10"
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 - name : Use python ${{ matrix.python-version }}
2222 run : echo -e "\n - python = ${{ matrix.python-version }}" >> ./HiCMatrix_env_ci.yml
2323 - uses : mamba-org/setup-micromamba@main
4343 - " 3.9"
4444 - " 3.10"
4545 steps :
46- - uses : actions/checkout@v3
46+ - uses : actions/checkout@v4
4747 - name : Use python ${{ matrix.python-version }}
4848 run : echo -e "\n - python = ${{ matrix.python-version }}" >> ./HiCMatrix_env_ci.yml
4949 - uses : mamba-org/setup-micromamba@main
You can’t perform that action at this time.
0 commit comments