From 355c366685328b9cd69a7046a14a9506f73f78aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 03:57:23 +0000 Subject: [PATCH] Bump morphy2k/revive-action from 2.5.10 to 2.5.11 Bumps [morphy2k/revive-action](https://github.com/morphy2k/revive-action) from 2.5.10 to 2.5.11. - [Release notes](https://github.com/morphy2k/revive-action/releases) - [Commits](https://github.com/morphy2k/revive-action/compare/v2.5.10...v2.5.11) --- updated-dependencies: - dependency-name: morphy2k/revive-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 82ee61b8e..ddf58a4b3 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.10 + uses: morphy2k/revive-action@v2.5.11 if: steps.changed-files.outputs.any_changed == 'true' with: exclude: "./vendor/..."