Skip to content

Commit 9d9bc72

Browse files
committed
Update code style
Signed-off-by: Raasz, Pawel <pawel.raasz@intel.com>
1 parent 7db1ff6 commit 9d9bc72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_style.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
1818

1919
- name: Fix code java style
20-
uses: axel-op/googlejavaformat-action@dbff853fb823671ec5781365233bf86543b13215 # v3
20+
uses: axel-op/googlejavaformat-action@v4
2121
with:
2222
args: "--set-exit-if-changed -a -i"
2323
commit-message: "[github actions] Apply google-java-format code style fixes"

0 commit comments

Comments
 (0)