From c25a841db8b13d9488180f33fefa3e4967766a1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 18:36:20 +0800 Subject: [PATCH] build(deps): bump morphy2k/revive-action from 2.5.7 to 2.5.10 (#151) Bumps [morphy2k/revive-action](https://github.com/morphy2k/revive-action) from 2.5.7 to 2.5.10. - [Release notes](https://github.com/morphy2k/revive-action/releases) - [Commits](https://github.com/morphy2k/revive-action/compare/v2.5.7...v2.5.10) --- updated-dependencies: - dependency-name: morphy2k/revive-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 01f6e28..2d4b841 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -39,7 +39,7 @@ jobs: # go-version: ${{ matrix.go_version }} - name: Revive check - uses: morphy2k/revive-action@v2.5.7 + uses: morphy2k/revive-action@v2.5.10 if: ${{ matrix.os == 'ubuntu-latest' }} with: # Exclude patterns, separated by semicolons (optional)