Skip to content

Commit

Permalink
cicd: update actions revs
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Jul 17, 2024
1 parent 7479a10 commit 3238cb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-cqa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ jobs:
SEQREPO_ROOT_DIR: ./tests/data/seqrepo/latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Update pip and setuptools
Expand Down

0 comments on commit 3238cb4

Please sign in to comment.