From 065df0ab2632efa93e45ca481d9a034aea572cd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 15:03:37 +0000 Subject: [PATCH] Bump actions/github-script from 3 to 5 Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 5. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v3...v5) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... 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..ef8f5e76a5 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@v5 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@v5 id: provideJdkPaths with: script: |