From ad0b363e3993e37740936b5c1160db25a2978655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 01:44:20 +0000 Subject: [PATCH] Bump frenck/action-addon-linter from 2.15.0 to 2.15.1 Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.15.0 to 2.15.1. - [Release notes](https://github.com/frenck/action-addon-linter/releases) - [Commits](https://github.com/frenck/action-addon-linter/compare/v2.15.0...v2.15.1) --- updated-dependencies: - dependency-name: frenck/action-addon-linter dependency-type: direct:production update-type: version-update:semver-patch ... 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 1805f04..5abed6e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,6 +29,6 @@ jobs: - name: 🛠 Generate files from template run: python script/generate.py ${{ matrix.channels.channel }} - name: 🚀 Run Home Assistant Add-on Lint on ${{ matrix.channels.channel }} - uses: frenck/action-addon-linter@v2.15.0 + uses: frenck/action-addon-linter@v2.15.1 with: path: "./${{ matrix.channels.folder }}"