Skip to content

Commit 180bfbf

Browse files
Bump actions/setup-java from 3 to 4
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b20737a commit 180bfbf

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@v3
43+
- uses: actions/setup-java@v4
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@v3
42+
- uses: actions/setup-java@v4
4343
with:
4444
distribution: 'temurin' # See 'Supported distributions' for available options
4545
java-version: '17'

0 commit comments

Comments
 (0)