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