From 1ee0e4a37ab6de375e82772444bae87bec6d270f Mon Sep 17 00:00:00 2001 From: Thijs W Date: Wed, 19 Jul 2023 11:11:12 +0200 Subject: [PATCH] Update hacs.yml --- .github/workflows/hacs.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/hacs.yml b/.github/workflows/hacs.yml index 854ee8f..1e2d226 100644 --- a/.github/workflows/hacs.yml +++ b/.github/workflows/hacs.yml @@ -10,9 +10,8 @@ jobs: validate: runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v2" + - uses: "actions/checkout@v3" - name: HACS validation - uses: "hacs/integration/action@main" + uses: "hacs/action@main" with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CATEGORY: "integration" + category: "integration"