From 5f0e2a81fe45233fbd718e113cc6a8e4e4cf1ec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 03:24:12 +0000 Subject: [PATCH] Bump hacs/action from 21.2.2 to 21.12.1 Bumps [hacs/action](https://github.com/hacs/action) from 21.2.2 to 21.12.1. - [Release notes](https://github.com/hacs/action/releases) - [Commits](https://github.com/hacs/action/compare/21.2.2...21.12.1) --- updated-dependencies: - dependency-name: hacs/action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 015db784..0e5fb7f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: npm run build - name: HACS build validation - uses: "hacs/action@21.2.2" + uses: "hacs/action@21.12.1" with: category: "plugin"