From 55f0fc962797305bc473c780a824c2ac564a4d11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 21:52:22 +0000 Subject: [PATCH] build(deps): update actions/github-script action to v6.4.1 Signed-off-by: Renovate Bot --- .github/workflows/integration-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 632a8cce..75f99c56 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -271,7 +271,7 @@ jobs: # As output a markdown and a json version will be generated - name: Build final test report id: build_final_test_report - uses: actions/github-script@v6.3.3 + uses: actions/github-script@v6.4.1 env: TEST_REPORTS_PATH: ${{ env.TEST_REPORTS_PATH }} FINAL_TEST_REPORTS_FOLDER: ${{ env.FINAL_TEST_REPORTS_FOLDER }}