From 2167e6fd0b14b10695b57f90155a9d9cd4f99b28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 00:43:16 +0800 Subject: [PATCH] chore(deps): bump morphy2k/revive-action from 2.5.3 to 2.5.4 (#53) --- .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 b5850cd..3f27d2d 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.3 + uses: morphy2k/revive-action@v2.5.4 if: ${{ matrix.os == 'ubuntu-latest' }} with: # Exclude patterns, separated by semicolons (optional)