From d29385bee942b4586b2c3dc39cf38c441c7811e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 05:49:17 +0000 Subject: [PATCH] build(deps): bump morphy2k/revive-action from 2.3.1 to 2.4.0 Bumps [morphy2k/revive-action](https://github.com/morphy2k/revive-action) from 2.3.1 to 2.4.0. - [Release notes](https://github.com/morphy2k/revive-action/releases) - [Commits](https://github.com/morphy2k/revive-action/compare/v2.3.1...v2.4.0) --- updated-dependencies: - dependency-name: morphy2k/revive-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5e8b43c..8fdc3eb 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -31,7 +31,7 @@ jobs: go-version: ${{ matrix.go_version }} - name: Revive check - uses: morphy2k/revive-action@v2.3.1 + uses: morphy2k/revive-action@v2.4.0 if: ${{ matrix.os == 'ubuntu-latest' }} with: # Exclude patterns, separated by semicolons (optional)