Skip to content

Commit

Permalink
Merge pull request #2001 from fabianegli/bump-isort-action-version
Browse files Browse the repository at this point in the history
bump isort action version
  • Loading branch information
fabianegli authored Nov 5, 2022
2 parents 15b2066 + bc5e6f7 commit 1e36a4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1e36a4f

Please sign in to comment.