Skip to content

Commit 8b0c74a

Browse files
Update actions/setup-java action to v4 (#700)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a087a59 commit 8b0c74a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/[email protected]
1818

1919
- name: Set up JDK 11 for running Gradle
20-
uses: actions/setup-java@v3.13.0
20+
uses: actions/setup-java@v4.0.0
2121
with:
2222
distribution: temurin
2323
java-version: 17

.github/workflows/pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/[email protected]
1515
- name: Set up JDK 11 for running Gradle
16-
uses: actions/setup-java@v3.13.0
16+
uses: actions/setup-java@v4.0.0
1717
with:
1818
distribution: temurin
1919
java-version: 17

0 commit comments

Comments
 (0)