diff --git a/.github/workflows/pytest_workflows.yml b/.github/workflows/pytest_workflows.yml index 63c9fa5..36b9dea 100644 --- a/.github/workflows/pytest_workflows.yml +++ b/.github/workflows/pytest_workflows.yml @@ -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') }} @@ -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 }} @@ -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: |