From 86e0fd7d5bd45f0c85ee2a027062091560c1e07e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 03:22:29 +0000 Subject: [PATCH] Bump morphy2k/revive-action from 2.6.0 to 2.7.0 Bumps [morphy2k/revive-action](https://github.com/morphy2k/revive-action) from 2.6.0 to 2.7.0. - [Release notes](https://github.com/morphy2k/revive-action/releases) - [Commits](https://github.com/morphy2k/revive-action/compare/v2.6.0...v2.7.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 c67415d35..ce63f1c47 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: doc/*.{json,png,svg} - name: Run Revive Action by building from repository - uses: morphy2k/revive-action@v2.6.0 + uses: morphy2k/revive-action@v2.7.0 if: steps.changed-files.outputs.any_changed == 'true' with: exclude: "./vendor/..."