From 45318b5ca67e0ab3d598240bd54c3f76a58d16cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 06:32:22 +0000 Subject: [PATCH] build(deps): bump morphy2k/revive-action from 2.5.0 to 2.7.8 Bumps [morphy2k/revive-action](https://github.com/morphy2k/revive-action) from 2.5.0 to 2.7.8. - [Release notes](https://github.com/morphy2k/revive-action/releases) - [Commits](https://github.com/morphy2k/revive-action/compare/v2.5.0...v2.7.8) --- updated-dependencies: - dependency-name: morphy2k/revive-action dependency-version: 2.7.8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 fc164d1..be7f79c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -33,7 +33,7 @@ jobs: go-version: ${{ matrix.go_version }} - name: Revive check - uses: morphy2k/revive-action@v2.5.0 + uses: morphy2k/revive-action@v2.7.8 if: ${{ matrix.os == 'ubuntu-latest' }} with: # Exclude patterns, separated by semicolons (optional)