diff --git a/.github/workflows/run_checks_suite.yml b/.github/workflows/run_checks_suite.yml index e5d4486..af6ecbd 100644 --- a/.github/workflows/run_checks_suite.yml +++ b/.github/workflows/run_checks_suite.yml @@ -16,7 +16,7 @@ on: description: "nf-test version to use" required: false type: string - default: "0.9.0-rc1" + default: "0.9.0" jobs: pre-commit: diff --git a/.github/workflows/test_component.yml b/.github/workflows/test_component.yml index 0548c25..79331fc 100644 --- a/.github/workflows/test_component.yml +++ b/.github/workflows/test_component.yml @@ -27,7 +27,7 @@ on: description: "nf-test version to use" required: false type: string - default: "0.9.0-rc1" + default: "0.9.0" workflow_call: inputs: paths: @@ -54,7 +54,7 @@ on: description: "nf-test version to use" required: false type: string - default: "0.9.0-rc1" + default: "0.9.0" env: NXF_SINGULARITY_CACHEDIR: /home/runner/.singularity_cache/.singularity