Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/k8s_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-harness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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({
Expand Down Expand Up @@ -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: |
Expand Down