From a83b184a5e7566361ad1010c8aaa1aaa6c6354bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 03:05:37 +0000 Subject: [PATCH] Bump morphy2k/revive-action from 2.5.11 to 2.6.0 Bumps [morphy2k/revive-action](https://github.com/morphy2k/revive-action) from 2.5.11 to 2.6.0. - [Release notes](https://github.com/morphy2k/revive-action/releases) - [Commits](https://github.com/morphy2k/revive-action/compare/v2.5.11...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/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ddf58a4b3..09086634e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: doc/*.{json,png,svg} - name: Run Revive Action by building from repository - uses: morphy2k/revive-action@v2.5.11 + uses: morphy2k/revive-action@v2.6.0 if: steps.changed-files.outputs.any_changed == 'true' with: exclude: "./vendor/..."