From ad125c5812ab6d2b96b690af942f3db0ac694cd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 19:59:09 +0000 Subject: [PATCH] Bump TrueBrain/actions-flake8 from 2.2 to 2.3 Bumps [TrueBrain/actions-flake8](https://github.com/truebrain/actions-flake8) from 2.2 to 2.3. - [Release notes](https://github.com/truebrain/actions-flake8/releases) - [Commits](https://github.com/truebrain/actions-flake8/compare/v2.2...v2.3) --- updated-dependencies: - dependency-name: TrueBrain/actions-flake8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index af842c6..baaa41d 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -16,7 +16,7 @@ jobs: - name: Check out code uses: actions/checkout@v4 - name: Run flake8 - uses: TrueBrain/actions-flake8@v2.2 + uses: TrueBrain/actions-flake8@v2.3 build: