Skip to content

Commit 0b2e7b4

Browse files
committed
deps: update actions/setup-java action to v4
1 parent 074048b commit 0b2e7b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/integration-tests-against-emulator.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
with:
2222
maven-version: 3.8.1
2323
# Build with JDK 11 and run tests with JDK 8
24-
- uses: actions/setup-java@v3
24+
- uses: actions/setup-java@v4
2525
with:
2626
java-version: 11
2727
distribution: temurin
2828
- name: Compiling main library
2929
run: .kokoro/build.sh
30-
- uses: actions/setup-java@v3
30+
- uses: actions/setup-java@v4
3131
with:
3232
java-version: 8
3333
distribution: temurin

.github/workflows/unmanaged_dependency_check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v3
9-
- uses: actions/setup-java@v3
9+
- uses: actions/setup-java@v4
1010
with:
1111
distribution: temurin
1212
java-version: 11

0 commit comments

Comments
 (0)