diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml index 6080a08..38586d4 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Assign PR to author - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | await github.rest.issues.addAssignees({ diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 71061db..aa97e36 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -72,7 +72,7 @@ jobs: - name: Create issue for broken links if: env.BROKEN_COUNT != '0' && env.BROKEN_COUNT != '' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const fs = require('fs'); @@ -111,7 +111,7 @@ jobs: - name: Create issue for test failures if: steps.tests.outcome == 'failure' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const fs = require('fs');