diff --git a/.github/workflows/k8s_e2e.yml b/.github/workflows/k8s_e2e.yml index 766359c792b99..bbd5d14ce86c9 100644 --- a/.github/workflows/k8s_e2e.yml +++ b/.github/workflows/k8s_e2e.yml @@ -88,7 +88,7 @@ jobs: || contains(github.event.pull_request.labels.*.name, 'ci-condition: k8s e2e tests enable') || contains(github.event.pull_request.labels.*.name, 'ci-condition: k8s e2e all targets') steps: - - uses: actions/github-script@v3.1 + - uses: actions/github-script@v6 id: set-matrix with: script: | diff --git a/.github/workflows/test-harness.yml b/.github/workflows/test-harness.yml index b7d7d71a63a5a..34dd881bfe605 100644 --- a/.github/workflows/test-harness.yml +++ b/.github/workflows/test-harness.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Indicate that we picked up the command with a comment reaction - uses: actions/github-script@v3.1 + uses: actions/github-script@v6 with: github-token: '${{secrets.GITHUB_TOKEN}}' script: | @@ -38,7 +38,7 @@ jobs: - name: Get Pull Request info id: pr-info - uses: actions/github-script@v3.1 + uses: actions/github-script@v6 with: script: | const pr_info_response = await github.pulls.get({ @@ -111,7 +111,7 @@ jobs: AWS_DEFAULT_REGION: '${{ secrets.TEST_HARNESS_AWS_DEFAULT_REGION }}' - name: Post a comment with the results - uses: actions/github-script@v3.1 + uses: actions/github-script@v6 with: github-token: '${{secrets.GITHUB_TOKEN}}' script: |