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"