Skip to content

Commit

Permalink
Update pytest_workflows.yml
Browse files Browse the repository at this point in the history
- updated all action versions
  • Loading branch information
MarieLataretu authored Dec 19, 2024
1 parent 4459fed commit 5acc2a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pytest_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
env:
NXF_ANSI_LOG: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.2.2

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5.3.0
with:
python-version: "3.x"

- uses: actions/cache@v2
- uses: actions/cache@v4.2.0
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Install Python dependencies
run: python -m pip install --upgrade pip pytest-workflow

- uses: actions/cache@v2
- uses: actions/cache@v4.2.0
with:
path: /usr/local/bin/nextflow
key: ${{ runner.os }}
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Upload logs on failure
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.5.0
with:
name: logs-${{ matrix.profile }}
path: |
Expand Down

0 comments on commit 5acc2a9

Please sign in to comment.