diff --git a/.github/workflows/_terraform.yml b/.github/workflows/_terraform.yml index 69f1d9a61..b7c38555b 100644 --- a/.github/workflows/_terraform.yml +++ b/.github/workflows/_terraform.yml @@ -60,7 +60,7 @@ jobs: with: plan: ${{ fromJSON(steps.plan-run.outputs.payload).data.relationships.plan.data.id }} - name: Update PR - uses: actions/github-script@v6 + uses: actions/github-script@v7 id: plan-comment if: ${{ github.event_name == 'pull_request' }} with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d19a150ff..ef0a7600d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -284,7 +284,7 @@ jobs: cat /tmp/iperf3results-main/udp_client2server.json | jq -r '"udp_client2server_sum_jitter_ms=" + (.end.sum.jitter_ms|tostring)' >> "$GITHUB_OUTPUT" cat /tmp/iperf3results-main/udp_client2server.json | jq -r '"udp_client2server_sum_lost_percent=" + (.end.sum.lost_percent|tostring)' >> "$GITHUB_OUTPUT" - name: Update PR - uses: actions/github-script@v6 + uses: actions/github-script@v7 id: perf-comment if: ${{ github.event_name == 'pull_request' }} with: