From 776ef14d59e6710deefb92a4f7ac4db71a4f846e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 23:58:27 +0800 Subject: [PATCH] build(deps): bump morphy2k/revive-action from 2.5.0 to 2.5.1 (#84) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 ecd23ec..01fd0ec 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.0 + uses: morphy2k/revive-action@v2.5.1 if: ${{ matrix.os == 'ubuntu-latest' }} with: # Exclude patterns, separated by semicolons (optional)