diff --git a/.github/workflows/copilot-autofix.yml b/.github/workflows/copilot-autofix.yml index a931e49..b013f29 100644 --- a/.github/workflows/copilot-autofix.yml +++ b/.github/workflows/copilot-autofix.yml @@ -41,7 +41,7 @@ jobs: - name: Create tracking issue if problems found if: steps.check.outputs.count > 0 - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/copilot-review.yml b/.github/workflows/copilot-review.yml index 62490b6..86eaf98 100644 --- a/.github/workflows/copilot-review.yml +++ b/.github/workflows/copilot-review.yml @@ -15,7 +15,7 @@ jobs: if: github.event.pull_request.draft == false steps: - name: Request Copilot as reviewer - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |