From b61002ac9af408889707b1ee4fd41dee1530894b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 09:16:45 +0200 Subject: [PATCH] Bump frenck/action-addon-linter from 2.16.0 to 2.17.0 (#18) Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.16.0 to 2.17.0. - [Release notes](https://github.com/frenck/action-addon-linter/releases) - [Commits](https://github.com/frenck/action-addon-linter/compare/v2.16.0...v2.17.0) --- updated-dependencies: - dependency-name: frenck/action-addon-linter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 14d7b63..c1e6a9e 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -36,6 +36,6 @@ jobs: uses: actions/checkout@v4.1.7 - name: Run Home Assistant Add-on Lint - uses: frenck/action-addon-linter@v2.16.0 + uses: frenck/action-addon-linter@v2.17.0 with: path: "./${{ matrix.path }}"