From 77006781acb1e773a899d70d12fccac72fe4c1b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 01:35:16 +0000 Subject: [PATCH] Bump abatilo/actions-poetry from 2.4.0 to 3.0.0 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.4.0 to 3.0.0. - [Release notes](https://github.com/abatilo/actions-poetry/releases) - [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) - [Commits](https://github.com/abatilo/actions-poetry/compare/v2.4.0...v3.0.0) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index a790839..1bcf6c1 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -19,7 +19,7 @@ jobs: with: python-version: "${{ matrix.python-version }}" - name: "⚙️ Install Poetry" - uses: "abatilo/actions-poetry@v2.4.0" + uses: "abatilo/actions-poetry@v3.0.0" - name: "⚙️ Install dependencies" run: "poetry install" - name: "🚀 Run pre-commit on all files"