From 62feeb3e9cf33f41ca1da7207c2ee00d89dd305c Mon Sep 17 00:00:00 2001 From: Rene Lange Date: Mon, 28 Oct 2024 16:07:30 +0100 Subject: [PATCH] another yml fix --- .github/workflows/hacs.yml | 4 ++++ .github/workflows/hassfest.yml | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/hacs.yml b/.github/workflows/hacs.yml index 73ad5d6..08fec32 100644 --- a/.github/workflows/hacs.yml +++ b/.github/workflows/hacs.yml @@ -17,3 +17,7 @@ jobs: - name: Validate with HACS uses: hacs/action@main + + - name: HACS Action + uses: hacs/action@22.5.0 + \ No newline at end of file diff --git a/.github/workflows/hassfest.yml b/.github/workflows/hassfest.yml index 109eae9..0a1bd9c 100644 --- a/.github/workflows/hassfest.yml +++ b/.github/workflows/hassfest.yml @@ -4,11 +4,11 @@ on: push: pull_request: schedule: - - cron: "0 0 * * *" + - cron: '0 0 * * *' jobs: validate: runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v2" - - uses: home-assistant/actions/hassfest@master \ No newline at end of file + - uses: "actions/checkout@v4" + - uses: "home-assistant/actions/hassfest@master" \ No newline at end of file