From af0bf3d9396d269ff4c139bcd786f58f8a60c7f5 Mon Sep 17 00:00:00 2001 From: fabianegli Date: Sat, 5 Nov 2022 19:17:12 +0100 Subject: [PATCH 1/2] bump isort action version --- .github/workflows/lint-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-code.yml b/.github/workflows/lint-code.yml index 89aa48462b..869d8898d9 100644 --- a/.github/workflows/lint-code.yml +++ b/.github/workflows/lint-code.yml @@ -81,7 +81,7 @@ jobs: with: python-version: 3.8 - name: python-isort - uses: isort/isort-action@v1.0.0 + uses: isort/isort-action@v1.1.0 with: isortVersion: "latest" requirementsFiles: "requirements.txt requirements-dev.txt" From bc5e6f7d6578849bb7dac3db0e15184822fa384e Mon Sep 17 00:00:00 2001 From: fabianegli Date: Sat, 5 Nov 2022 19:21:01 +0100 Subject: [PATCH 2/2] updated GitHub actions --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25e3448581..9fd4e4d330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ - Run tests with Python 3.11 ([#1970](https://github.com/nf-core/tools/pull/1970)) - Bump promoted Python version from 3.7 to 3.8 ([#1971](https://github.com/nf-core/tools/pull/1971)) - Fix incorrect file deletion in `nf-core launch` when `--params_in` has the same name as `--params_out` +- Updated GitHub actions ([#1998](https://github.com/nf-core/tools/pull/1998), [#2001](https://github.com/nf-core/tools/pull/2001)) ### Modules