Skip to content

Commit 035fd22

Browse files
committed
Merge branch 'tidy-up-1845' of github.com:nf-core/rnaseq into tidy-up-1845
# Conflicts: # CHANGELOG.md
2 parents 921ff6d + b75ec72 commit 035fd22

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/nf-test-arm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
rm -rf ./* || true
4141
rm -rf ./.??* || true
4242
ls -la ./
43-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
43+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4444
with:
4545
fetch-depth: 0
4646

@@ -90,7 +90,7 @@ jobs:
9090
TOTAL_SHARDS: ${{ needs.nf-test-changes-arm.outputs.total_shards }}
9191

9292
steps:
93-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
93+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
9494
with:
9595
fetch-depth: 0
9696

.github/workflows/nf-test-gpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
total_shards: ${{ steps.set-shards.outputs.total_shards }}
3838
steps:
3939
- name: Check out pipeline code
40-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
40+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4141
with:
4242
fetch-depth: 0
4343

@@ -82,7 +82,7 @@ jobs:
8282

8383
steps:
8484
- name: Check out pipeline code
85-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
85+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
8686
with:
8787
fetch-depth: 0
8888

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Enhancements and fixes
1111

1212
- [PR #1844](https://github.com/nf-core/rnaseq/pull/1844) - Bump version to 3.27.0dev after release 3.26.0; flip the MultiQC report links and RO-Crate URL/version back to dev
13+
- [PR #1848](https://github.com/nf-core/rnaseq/pull/1848) - Align `actions/checkout` SHA in `nf-test-arm.yml` and `nf-test-gpu.yml` with the template-derived `nf-test.yml` (`v6`) ([#1847](https://github.com/nf-core/rnaseq/issues/1847))
1314
- [PR #1849](https://github.com/nf-core/rnaseq/pull/1849) - Tidy-up batch addressing [#1845](https://github.com/nf-core/rnaseq/issues/1845): README/schema clarifications, `&``&&` in three guards, deduplicated `withName` blocks, and removal of the unmaintained `bin/fastq_dir_to_samplesheet.py` (use [nf-core/fetchngs](https://nf-co.re/fetchngs) for samplesheet generation)
1415

1516
## [[3.26.0](https://github.com/nf-core/rnaseq/releases/tag/3.26.0)] - 2026-05-07

0 commit comments

Comments
 (0)