diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8797242..3bab52b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - name: Uncommitted changes check if: ${{ steps.doc_gen.outputs.uncommitted_files != 0 }} - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | core.setFailed('tfplugindocs generated uncommitted doc changes. Please run 'make docs' and add doc changes to your commits.')