We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db1ff6 commit 9d9bc72Copy full SHA for 9d9bc72
.github/workflows/code_style.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
18
19
- name: Fix code java style
20
- uses: axel-op/googlejavaformat-action@dbff853fb823671ec5781365233bf86543b13215 # v3
+ uses: axel-op/googlejavaformat-action@v4
21
with:
22
args: "--set-exit-if-changed -a -i"
23
commit-message: "[github actions] Apply google-java-format code style fixes"
0 commit comments