From 84eb13ab5c370e20226e2f1e2df3e6fdd34e9af9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 03:40:04 +0000 Subject: [PATCH] Bump morphy2k/revive-action from 2.5.7 to 2.5.10 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] --- .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 7532e7457..f133051d5 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.7 + uses: morphy2k/revive-action@v2.5.10 if: steps.changed-files.outputs.any_changed == 'true' with: exclude: "./vendor/..."