Skip to content

Commit 70ff65b

Browse files
committed
ci: Update version of java-format-checker
Signed-off-by: Taras Drozdovskyi <t.drozdovsky@samsung.com>
1 parent 1741fe8 commit 70ff65b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
egress-policy: audit
1717
- name: Checkout repository
1818
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
19-
- name: Set up JDK 17
20-
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
19+
- name: Set up JDK 21
20+
uses: actions/setup-java@v4
2121
with:
22-
java-version: '17'
22+
java-version: '21'
2323
distribution: 'temurin'
2424
cache: maven
25-
- uses: axel-op/googlejavaformat-action@c1134ebd196c4cbffb077f9476585b0be8b6afcd # v3.6
25+
- uses: axel-op/googlejavaformat-action@v4
2626
with:
2727
args: "--aosp --skip-javadoc-formatting --skip-reflowing-long-strings --skip-sorting-imports --replace"
2828
skip-commit: true

0 commit comments

Comments
 (0)