From b7089d88770004fc2b45b6c132efdc535e8f3619 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 06:58:48 +0000 Subject: [PATCH] Bump frenck/action-addon-linter from 2.13 to 2.15 Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.13 to 2.15. - [Release notes](https://github.com/frenck/action-addon-linter/releases) - [Commits](https://github.com/frenck/action-addon-linter/compare/v2.13...v2.15) --- updated-dependencies: - dependency-name: frenck/action-addon-linter dependency-type: direct:production update-type: version-update:semver-minor ... 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 6441cdba..58f5ee89 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -8,6 +8,6 @@ jobs: - name: ⤵️ Check out code from GitHub uses: actions/checkout@v4 - name: 🚀 Run Home Assistant Add-on Linter - uses: frenck/action-addon-linter@v2.13 + uses: frenck/action-addon-linter@v2.15 with: path: "./hassio-google-drive-backup"