From 5c6bace4ec3678d969a4f0583697fef58d505e05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 14:00:47 +0000 Subject: [PATCH] Bump rickstaa/action-black from 1.3.0 to 1.3.1 Bumps [rickstaa/action-black](https://github.com/rickstaa/action-black) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/rickstaa/action-black/releases) - [Changelog](https://github.com/rickstaa/action-black/blob/main/CHANGELOG.md) - [Commits](https://github.com/rickstaa/action-black/compare/v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: rickstaa/action-black dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/suggestions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/suggestions.yml b/.github/workflows/suggestions.yml index bcf06d2..9e10406 100644 --- a/.github/workflows/suggestions.yml +++ b/.github/workflows/suggestions.yml @@ -73,7 +73,7 @@ jobs: submodules: false - name: Check files using the black formatter - uses: rickstaa/action-black@v1.3.0 + uses: rickstaa/action-black@v1.3.1 id: action_black with: black_args: "."