diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7ca9635c..d607b291 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -70,7 +70,7 @@ jobs: - name: Update or Create Comment if: steps.find_todos.outputs.has_todos == 'true' && github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | @@ -106,7 +106,7 @@ jobs: - name: Remove Comment if No TODOs if: steps.find_todos.outputs.has_todos == 'false' && github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | @@ -128,7 +128,7 @@ jobs: } - name: TODO Check - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |