From a04246ed2e3e6935b70bf3bfbfe3a3d54f22f421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 15:03:20 +0000 Subject: [PATCH] Bump actions/github-script from 3 to 6 Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 6. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v3...v6) --- 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..d4981764c2 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@v6 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@v6 id: provideJdkPaths with: script: |