Skip to content

Commit 04bf6f6

Browse files
Bump actions/setup-java from 4 to 5 (#280)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1a10893 commit 04bf6f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/geocoding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
channel: 'stable'
4141

4242
# Make sure JAVA version 17 is installed on build agent.
43-
- uses: actions/setup-java@v4
43+
- uses: actions/setup-java@v5
4444
with:
4545
distribution: 'temurin' # See 'Supported distributions' for available options
4646
java-version: '17'

.github/workflows/geocoding_android.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
channel: 'stable'
4040

4141
# Make sure JAVA version 17 is installed on build agent.
42-
- uses: actions/setup-java@v4
42+
- uses: actions/setup-java@v5
4343
with:
4444
distribution: 'temurin' # See 'Supported distributions' for available options
4545
java-version: '17'

0 commit comments

Comments
 (0)