From 8b4c9d3d2823153682d36c26ebd51a28763fecd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Mar 2022 20:07:44 +0000 Subject: [PATCH] Bump pre-commit/action from 2.0.0 to 2.0.3 Bumps [pre-commit/action](https://github.com/pre-commit/action) from 2.0.0 to 2.0.3. - [Release notes](https://github.com/pre-commit/action/releases) - [Commits](https://github.com/pre-commit/action/compare/v2.0.0...v2.0.3) --- updated-dependencies: - dependency-name: pre-commit/action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 54da137c..68c4f89e 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -47,7 +47,7 @@ jobs: python-version: "3.8" - name: Lint code - uses: pre-commit/action@v2.0.0 + uses: pre-commit/action@v2.0.3 - name: Install pipenv run: |