Skip to content

Commit 91449a8

Browse files
committed
fix ci setup nextfow
1 parent 6637452 commit 91449a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
117117

118118
- name: Install Nextflow
119-
uses: nf-core/setup-nextflow@v1
119+
uses: nf-core/setup-nextflow@v2
120120
with:
121121
version: "${{ matrix.NXF_VER }}"
122122

.github/workflows/ci_immcantation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v3
3535

3636
- name: Install Nextflow
37-
uses: nf-core/setup-nextflow@v1
37+
uses: nf-core/setup-nextflow@v2
3838
with:
3939
version: "${{ matrix.NXF_VER }}"
4040

0 commit comments

Comments
 (0)