Skip to content

Commit

Permalink
Specify action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshw5 authored Dec 7, 2022
1 parent 0d60039 commit 346a7f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0
with:
persist-credentials: false
fetch-depth: 0
Expand All @@ -39,7 +39,7 @@ jobs:
run: brew reinstall xz

- name: setup python
uses: actions/setup-python
uses: actions/setup-python@v4.3.0
with:
python-version: ${{ matrix.python }}

Expand All @@ -53,7 +53,7 @@ jobs:
run: python3 -m pip install .

- name: Cache test data
uses: actions/cache
uses: actions/cache@v3.0.11
with:
path: tests/data
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('tests/data/*') }}
Expand All @@ -73,4 +73,4 @@ jobs:
python3 bedrunall.py --tool pyfaidx BED03 ./
- name: upload coverage report to codecov
uses: codecov/codecov-action
uses: codecov/codecov-action@v3.1.1

0 comments on commit 346a7f6

Please sign in to comment.