From 732f160bc397cc931ca2a8db76c28a5099fa50a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 06:43:15 +0000 Subject: [PATCH] Bump frenck/action-addon-linter from 2 to 2.1 Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2 to 2.1. - [Release notes](https://github.com/frenck/action-addon-linter/releases) - [Commits](https://github.com/frenck/action-addon-linter/compare/v2...v2.1) Signed-off-by: dependabot[bot] --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index fa6106d..bbacd7c 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -11,6 +11,6 @@ jobs: - name: ⤵️ Check out code from GitHub uses: actions/checkout@v2 - name: 🚀 Run Home Assistant Add-on Lint on ${{ matrix.channel }} - uses: frenck/action-addon-linter@v2 + uses: frenck/action-addon-linter@v2.1 with: path: "./${{ matrix.channel }}"