Skip to content

Commit f36927f

Browse files
committed
use actions checkout v4
1 parent 753f3e1 commit f36927f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/pylint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
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

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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:

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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
@@ -43,7 +43,7 @@ jobs:
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

0 commit comments

Comments
 (0)