Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [3.1.0] - 2026-08-13

### Added

Expand Down Expand Up @@ -160,7 +160,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- GitHub Actions workflow to test Nextflow installation and downstream usage
- Documentation and license files

[unreleased]: https://github.com/nf-core/setup-nextflow/compare/v3.0.1...HEAD
[unreleased]: https://github.com/nf-core/setup-nextflow/compare/v3.1.0...HEAD
[3.1.0]: https://github.com/nf-core/setup-nextflow/compare/v3.0.1...v3.1.0
[3.0.1]: https://github.com/nf-core/setup-nextflow/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/nf-core/setup-nextflow/compare/v2.1.1...v3.0.0
[2.1.1]: https://github.com/nf-core/setup-nextflow/compare/v2.1.0...v2.1.1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "install-nextflow-action",
"version": "3.0.1",
"version": "3.1.0",
"description": "An action to install Nextflow into a GitHub Actions workflow and make it available for subsequent steps.",
"type": "module",
"main": "lib/src/main.js",
Expand Down