Skip to content

Commit

Permalink
Merge pull request #162 from sanger-tol/ci
Browse files Browse the repository at this point in the history
Fixed the CI by switching to the v2 of the action
  • Loading branch information
tkchafin authored Dec 16, 2024
2 parents 1092fdc + 974f5cc commit ee78df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v3

- name: Install Nextflow
uses: nf-core/setup-nextflow@v1
uses: nf-core/setup-nextflow@v2
with:
version: "${{ matrix.NXF_VER }}"

Expand Down

0 comments on commit ee78df8

Please sign in to comment.