From 01c5089688a419d140c26785fc6e56a245809c10 Mon Sep 17 00:00:00 2001 From: Dan Chaltiel Date: Sun, 24 Dec 2023 15:56:05 +0100 Subject: [PATCH] Update hacs.yaml --- .github/workflows/hacs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/hacs.yaml b/.github/workflows/hacs.yaml index d89c71f..3e56770 100644 --- a/.github/workflows/hacs.yaml +++ b/.github/workflows/hacs.yaml @@ -3,6 +3,7 @@ name: HACS Action on: push: pull_request: + workflow_dispatch: jobs: hacs: @@ -10,7 +11,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: 📥 Checkout the repository - uses: actions/checkout@v3 + uses: "actions/checkout@v4" - name: HACS Action uses: "hacs/action@main" with: