From f6971536ab1d0a30306cf94f7bdebb9be9eadae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 06:33:26 +0000 Subject: [PATCH] build(deps): Bump hacs/action from 20.12.0 to 22.5.0 Bumps [hacs/action](https://github.com/hacs/action) from 20.12.0 to 22.5.0. - [Release notes](https://github.com/hacs/action/releases) - [Commits](https://github.com/hacs/action/compare/20.12.0...22.5.0) --- updated-dependencies: - dependency-name: hacs/action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yaml | 2 +- .github/workflows/validate.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 8099cf5..9b34b40 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -47,7 +47,7 @@ jobs: uses: "actions/checkout@v2.3.4" - name: HACS validation - uses: "hacs/action@20.12.0" + uses: "hacs/action@22.5.0" with: category: "integration" ignore: brands diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index fc1b5f9..c3f51d5 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -12,6 +12,6 @@ jobs: steps: - uses: "actions/checkout@v2" - name: HACS validation - uses: "hacs/action@main" + uses: "hacs/action@22.5.0" with: category: "integration"