From c48d8c33b819f685f8f65c622902c39c80eca646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:15:39 +0000 Subject: [PATCH] Bump actions/github-script from 3 to 4.0.2 Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 4.0.2. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v3...v4.0.2) Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f16b5b3b41..2ffb465b21 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: with: java-version: ${{ matrix.test_java_version }} - name: Provide installed JDKs - uses: actions/github-script@v3 + uses: actions/github-script@v4.0.2 with: script: | for ( let envVarName in process.env ) { @@ -103,7 +103,7 @@ jobs: with: java-version: ${{ matrix.java_version }} - name: Provide installed JDKs - uses: actions/github-script@v3 + uses: actions/github-script@v4.0.2 id: provideJdkPaths with: script: |