From 7fd4118176c0311e7c99aeba60a80e88c3a661dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Feb 2021 11:04:37 +0100 Subject: [PATCH] Bump frenck/action-addon-linter from v1.4 to v2 (#50) Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from v1.4 to v2. - [Release notes](https://github.com/frenck/action-addon-linter/releases) - [Commits](https://github.com/frenck/action-addon-linter/compare/v1.4...5fde0909bcbbf702c477a7705950d8acf939ab1b) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c7fcd50..d2d2bfd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,7 +38,7 @@ jobs: - name: ⤵️ Check out code from GitHub uses: actions/checkout@v2.3.4 - name: 🚀 Run Add-on Lint - uses: frenck/action-addon-linter@v1.4 + uses: frenck/action-addon-linter@v2 with: community: true path: "./${{ needs.information.outputs.target }}"