From 08ec3bd96bf5148729f43a9c7a461ae79e408456 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 08:44:28 +0800 Subject: [PATCH] build(deps): bump morphy2k/revive-action from 2.5.6 to 2.5.7 (#160) --- .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 14b334b07..1c544ba60 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.6 + uses: morphy2k/revive-action@v2.5.7 if: ${{ matrix.os == 'ubuntu-latest' && matrix.go_version == '1.20' }} with: # Exclude patterns, separated by semicolons (optional)