From c74c0aea98d13d04c1b49d29b1198262857b51e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 11:37:51 +0800 Subject: [PATCH] build(deps): bump morphy2k/revive-action from 2.5.5 to 2.5.6 (#183) --- .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 b95395f..1d9d059 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.5 + uses: morphy2k/revive-action@v2.5.6 with: # Exclude patterns, separated by semicolons (optional) exclude: "./_examples/..."