Skip to content

Commit f68db2d

Browse files
committed
~ remove actions/setup-java action
1 parent a2f37ba commit f68db2d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/google-java-format.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- name: Set up Java
17-
uses: actions/setup-java@v2
18-
with:
19-
distribution: "temurin"
20-
java-version: 17
2116
- uses: axel-op/[email protected]
2217
with:
2318
args: "--set-exit-if-changed"

0 commit comments

Comments
 (0)