diff --git a/.github/workflows/run-on-comment.yml b/.github/workflows/run-on-comment.yml index df8220c52a..9e7cefb1e0 100644 --- a/.github/workflows/run-on-comment.yml +++ b/.github/workflows/run-on-comment.yml @@ -71,7 +71,7 @@ jobs: steps: - name: Check permissions of commenting user id: has_permissions - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const response = await github.rest.repos.getCollaboratorPermissionLevel({ @@ -88,7 +88,7 @@ jobs: exit 1 - name: React to comment - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | github.rest.reactions.createForIssueComment({ @@ -100,7 +100,7 @@ jobs: - name: Get SHA of last commit on default branch if issue or pull-request branch id: sha - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: result-encoding: string script: | @@ -134,7 +134,7 @@ jobs: - name: Create comment with test result and link to workflow run information if: always() && steps.has_permissions.outputs.result == 'true' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ steps.get_comment_bot_token.outputs.token }} script: | diff --git a/.github/workflows/run-profiling.yaml b/.github/workflows/run-profiling.yaml index 4a343d79a6..0d58834426 100644 --- a/.github/workflows/run-profiling.yaml +++ b/.github/workflows/run-profiling.yaml @@ -46,7 +46,7 @@ jobs: - id: determine-correct-sha name: Determine the SHA to run profiling on - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: result-encoding: string script: |