From 8d4cea4e8a2eb9c29e67e4f8a8f1bb5ccb7a8af2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 21:16:42 +0000 Subject: [PATCH] build(deps): bump morphy2k/revive-action from 2.5.4 to 2.5.5 Bumps [morphy2k/revive-action](https://github.com/morphy2k/revive-action) from 2.5.4 to 2.5.5. - [Release notes](https://github.com/morphy2k/revive-action/releases) - [Commits](https://github.com/morphy2k/revive-action/compare/v2.5.4...v2.5.5) --- updated-dependencies: - dependency-name: morphy2k/revive-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 1c11502..b95395f 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.5.4 + uses: morphy2k/revive-action@v2.5.5 with: # Exclude patterns, separated by semicolons (optional) exclude: "./_examples/..."