Skip to content

Commit a4ca1e9

Browse files
Bump actions/setup-java from 4.4.0 to 4.5.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@b36c23c...8df1039) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eae4e63 commit a4ca1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android-reusable-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
ref: ${{ inputs.samples-ref }}
5252

5353
- name: Setup Java
54-
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # 4.4.0
54+
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # 4.5.0
5555
with:
5656
distribution: 'temurin'
5757
java-version: 17

0 commit comments

Comments
 (0)