diff --git a/.github/workflows/check_homeassistant.yaml b/.github/workflows/check_homeassistant.yaml index c7e0346..49f79be 100644 --- a/.github/workflows/check_homeassistant.yaml +++ b/.github/workflows/check_homeassistant.yaml @@ -25,7 +25,7 @@ jobs: continue-on-error: true - name: 'comment on PR' if: github.event_name == 'pull_request_target' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const commentContent = `config check: ${{ steps.check.outcome }}`; diff --git a/.github/workflows/yamllint.yaml b/.github/workflows/yamllint.yaml index f63c266..0fef3aa 100644 --- a/.github/workflows/yamllint.yaml +++ b/.github/workflows/yamllint.yaml @@ -22,7 +22,7 @@ jobs: continue-on-error: true - name: 'comment on PR' if: github.event_name == 'pull_request_target' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const commentContent = `yamllint: ${{ steps.lint.outcome }}`;