From 7888c03214877b4d6b0cba6b1730cf5b6701b88b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 10:01:05 +0800 Subject: [PATCH] build(deps): bump morphy2k/revive-action from 2.5.2 to 2.5.3 (#122) --- .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 32cb88853..7488cf91d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -32,7 +32,7 @@ jobs: go-version: ${{ matrix.go_version }} - name: Revive check - uses: morphy2k/revive-action@v2.5.2 + uses: morphy2k/revive-action@v2.5.3 if: ${{ matrix.os == 'ubuntu-latest' && matrix.go_version == '1.20' }} with: # Exclude patterns, separated by semicolons (optional)