From 5b126edf47af841795edd022bfe254e0810804fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 05:19:26 +0000 Subject: [PATCH] Bump actions/setup-java from 3.11.0 to 3.13.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.11.0 to 3.13.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2...0ab4596768b603586c0de567f2430c30f5b0d2b0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/install-rubygems.yml | 2 +- .github/workflows/jruby-bundler.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/install-rubygems.yml b/.github/workflows/install-rubygems.yml index 77ffcfe1cc93..314b641275e8 100644 --- a/.github/workflows/install-rubygems.yml +++ b/.github/workflows/install-rubygems.yml @@ -105,7 +105,7 @@ jobs: ruby-version: ${{ matrix.ruby.value }} bundler: none - name: Setup java - uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0 + uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0 with: distribution: temurin java-version: 19.0.2 diff --git a/.github/workflows/jruby-bundler.yml b/.github/workflows/jruby-bundler.yml index 05cbe1bbe762..74f32c61efd3 100644 --- a/.github/workflows/jruby-bundler.yml +++ b/.github/workflows/jruby-bundler.yml @@ -36,7 +36,7 @@ jobs: ruby-version: jruby-9.4.2.0 bundler: none - name: Setup java - uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0 + uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0 with: distribution: temurin java-version: 19.0.2