From e34c2e03f8857316a1feb7393ba64cc0e00ac53d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 10:14:21 +0000 Subject: [PATCH] Bump actions/setup-java from 3.5.1 to 3.9.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.5.1 to 3.9.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/a18c333f3f14249953dab3e186e5e21bf3390f1d...1df8dbefe2a8cbc99770194893dd902763bee34b) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/rnmobile-android-runner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rnmobile-android-runner.yml b/.github/workflows/rnmobile-android-runner.yml index 5b35e24d091cb3..207c6a4939d74e 100644 --- a/.github/workflows/rnmobile-android-runner.yml +++ b/.github/workflows/rnmobile-android-runner.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0 - name: Use desired version of Java - uses: actions/setup-java@a18c333f3f14249953dab3e186e5e21bf3390f1d # v3.5.1 + uses: actions/setup-java@1df8dbefe2a8cbc99770194893dd902763bee34b # v3.9.0 with: distribution: 'temurin' java-version: '11'