From 10b681750494c1d763be3d6411df34cbb698142c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 06:25:23 +0000 Subject: [PATCH] Bump frenck/action-addon-linter from 2.9.0 to 2.10.0 Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/frenck/action-addon-linter/releases) - [Commits](https://github.com/frenck/action-addon-linter/compare/v2.9.0...v2.10.0) --- updated-dependencies: - dependency-name: frenck/action-addon-linter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/addon-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/addon-ci.yaml b/.github/workflows/addon-ci.yaml index a815e11..1242e9a 100644 --- a/.github/workflows/addon-ci.yaml +++ b/.github/workflows/addon-ci.yaml @@ -50,7 +50,7 @@ jobs: - name: ⤵️ Check out code from GitHub uses: actions/checkout@v3 - name: 🚀 Run Add-on Lint - uses: frenck/action-addon-linter@v2.9.0 + uses: frenck/action-addon-linter@v2.10.0 with: community: false path: "./${{ needs.information.outputs.target }}"