From 3ccceb9f1055152461296a8e4dd123014fbc8829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 05:54:27 +0000 Subject: [PATCH] Bump actions/github-script from v3 to v4.0.1 Bumps [actions/github-script](https://github.com/actions/github-script) from v3 to v4.0.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v3...85e88a66eaa831097093a3d278536947f2984d20) 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..9f75fdd20b 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.1 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.1 id: provideJdkPaths with: script: |