From 82ad4cabf283a0f87e9b531fc97f70c1af66fbd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Sep 2023 01:13:31 +0000 Subject: [PATCH] Bump actions/setup-java from 3.12.0 to 3.13.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.12.0 to 3.13.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v3.12.0...v3.13.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 71dfbc6b1..223ecc56a 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -14,7 +14,7 @@ jobs: with: submodules: recursive - name: set up JDK 17 - uses: actions/setup-java@v3.12.0 + uses: actions/setup-java@v3.13.0 with: distribution: 'zulu' java-version: '17'