mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-23 18:09:55 +00:00
Compare commits
29 commits
bb811ccf98
...
6d789993b6
Author | SHA1 | Date | |
---|---|---|---|
6d789993b6 | |||
9a19a73647 | |||
d8993744fc | |||
852c1c2d64 | |||
cd4c4de0d4 | |||
661b592858 | |||
300e3aba80 | |||
1ee4e6e816 | |||
3578fbc391 | |||
be0874ac4c | |||
a30c5df9d2 | |||
c61ec5549a | |||
ea3e21d0fa | |||
f42a08db49 | |||
c808397a09 | |||
8013af975a | |||
a8257a33e4 | |||
e50352a811 | |||
a9c11a2b4e | |||
f144ed4bc0 | |||
8c124f715d | |||
9231e026c0 | |||
120fbe0a2a | |||
27c92fbd84 | |||
e9ea6b06f5 | |||
5fc57fbcc8 | |||
|
a877f66559 | ||
bdd63150d7 | |||
7810249267 |
4 changed files with 11 additions and 4 deletions
|
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Upgraded GitHub Actions node version to v20
|
||||||
|
|
||||||
|
## [1.5.2] - 2024-02-07
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- CI workflow steps for better compatibility with <https://github.com/nektos/act>
|
- CI workflow steps for better compatibility with <https://github.com/nektos/act>
|
||||||
|
@ -85,7 +91,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
|
- GitHub Actions workflow to test Nextflow installation and downstream usage
|
||||||
- Documentation and license files
|
- Documentation and license files
|
||||||
|
|
||||||
[unreleased]: https://github.com/nf-core/setup-nextflow/compare/v1.5.1...HEAD
|
[unreleased]: https://github.com/nf-core/setup-nextflow/compare/v1.5.2...HEAD
|
||||||
|
[1.5.2]: https://github.com/nf-core/setup-nextflow/compare/v1.5.1...v1.5.2
|
||||||
[1.5.1]: https://github.com/nf-core/setup-nextflow/compare/v1.5.0...v1.5.1
|
[1.5.1]: https://github.com/nf-core/setup-nextflow/compare/v1.5.0...v1.5.1
|
||||||
[1.5.0]: https://github.com/nf-core/setup-nextflow/compare/v1.4.0...v1.5.0
|
[1.5.0]: https://github.com/nf-core/setup-nextflow/compare/v1.4.0...v1.5.0
|
||||||
[1.4.0]: https://github.com/nf-core/setup-nextflow/compare/v1.3.0...v1.4.0
|
[1.4.0]: https://github.com/nf-core/setup-nextflow/compare/v1.3.0...v1.4.0
|
||||||
|
|
|
@ -11,7 +11,7 @@ inputs:
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
runs:
|
runs:
|
||||||
using: "node16"
|
using: "node20"
|
||||||
main: "dist/index.js"
|
main: "dist/index.js"
|
||||||
branding:
|
branding:
|
||||||
icon: "shuffle"
|
icon: "shuffle"
|
||||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "install-nextflow-action",
|
"name": "install-nextflow-action",
|
||||||
"version": "1.5.1",
|
"version": "1.5.2",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "install-nextflow-action",
|
"name": "install-nextflow-action",
|
||||||
"version": "1.5.1",
|
"version": "1.5.2",
|
||||||
"description": "An action to install Nextflow into a GitHub Actions workflow and make it available for subsequent steps.",
|
"description": "An action to install Nextflow into a GitHub Actions workflow and make it available for subsequent steps.",
|
||||||
"main": "lib/src/main.js",
|
"main": "lib/src/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue