From 86e204a10dc7677c240235584cf0bae8ec0a0cb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 00:06:51 +0000 Subject: [PATCH] Bump frenck/action-addon-linter from 2.18 to 2.21 Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.18 to 2.21. - [Release notes](https://github.com/frenck/action-addon-linter/releases) - [Commits](https://github.com/frenck/action-addon-linter/compare/v2.18...v2.21) --- updated-dependencies: - dependency-name: frenck/action-addon-linter dependency-version: '2.21' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fe0345c..dd6d71c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -36,6 +36,6 @@ jobs: uses: actions/checkout@v4 - name: 🚀 Run Home Assistant Add-on Lint - uses: frenck/action-addon-linter@v2.18 + uses: frenck/action-addon-linter@v2.21 with: path: "./${{ matrix.path }}"