From 2979034d68001bed9351668ad8b6e81a6fdbb7be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 17:01:01 +0000 Subject: [PATCH] Bump isort/isort-action from 1.0.0 to 1.1.0 Bumps [isort/isort-action](https://github.com/isort/isort-action) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/isort/isort-action/releases) - [Changelog](https://github.com/isort/isort-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/isort/isort-action/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: isort/isort-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index db60e07a2d..a7a5a304a5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -43,5 +43,5 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - - uses: isort/isort-action@v1.0.0 + - uses: isort/isort-action@v1.1.0 - uses: psf/black@stable