From 226db7f5324a9114929d2ae23f26deec7e1e6302 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 11:07:05 +0000 Subject: [PATCH] Bump nf-core/setup-nextflow from 2.0.0 to 2.1.4 Bumps [nf-core/setup-nextflow](https://github.com/nf-core/setup-nextflow) from 2.0.0 to 2.1.4. - [Release notes](https://github.com/nf-core/setup-nextflow/releases) - [Changelog](https://github.com/nf-core/setup-nextflow/blob/master/CHANGELOG.md) - [Commits](https://github.com/nf-core/setup-nextflow/compare/561fcfc7146dcb12e3871909b635ab092a781f34...6c2e22b4d901f0c42ca66c5069f8026df026d165) --- updated-dependencies: - dependency-name: nf-core/setup-nextflow dependency-version: 2.1.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/download_pipeline.yml | 2 +- .github/workflows/linting.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/download_pipeline.yml b/.github/workflows/download_pipeline.yml index 5a4e0bf..78ca679 100644 --- a/.github/workflows/download_pipeline.yml +++ b/.github/workflows/download_pipeline.yml @@ -39,7 +39,7 @@ jobs: needs: configure steps: - name: Install Nextflow - uses: nf-core/setup-nextflow@561fcfc7146dcb12e3871909b635ab092a781f34 # ratchet:nf-core/setup-nextflow@v2.0.0 + uses: nf-core/setup-nextflow@6c2e22b4d901f0c42ca66c5069f8026df026d165 # ratchet:nf-core/setup-nextflow@v2.1.4 - name: Disk space cleanup uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # ratchet:jlumbroso/free-disk-space@v1.3.1 diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 030cf90..38e3ab3 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # ratchet:actions/checkout@v6.0.2 - name: Install Nextflow - uses: nf-core/setup-nextflow@561fcfc7146dcb12e3871909b635ab092a781f34 # ratchet:nf-core/setup-nextflow@v2.0.0 + uses: nf-core/setup-nextflow@6c2e22b4d901f0c42ca66c5069f8026df026d165 # ratchet:nf-core/setup-nextflow@v2.1.4 - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # ratchet:actions/setup-python@v6.2.0 with: