From 112d8b5b42c3c9bf98329afb50ded4b6ac237115 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 04:33:37 +0000 Subject: [PATCH] Bump morphy2k/revive-action from 2.5.2 to 2.6.0 Bumps [morphy2k/revive-action](https://github.com/morphy2k/revive-action) from 2.5.2 to 2.6.0. - [Release notes](https://github.com/morphy2k/revive-action/releases) - [Commits](https://github.com/morphy2k/revive-action/compare/v2.5.2...v2.6.0) --- updated-dependencies: - dependency-name: morphy2k/revive-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/code.analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code.analysis.yml b/.github/workflows/code.analysis.yml index 0aeafc5860..a807677767 100644 --- a/.github/workflows/code.analysis.yml +++ b/.github/workflows/code.analysis.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v3 - name: Revive Action - uses: morphy2k/revive-action@v2.5.2 + uses: morphy2k/revive-action@v2.6.0 - name: Check formatting run: test -z $(gofmt -l .) || (gofmt -l . && exit 1)