File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626 steps :
2727 - uses : actions/checkout@v4 # v2 minimum required
28- - uses : axel-op/googlejavaformat-action@v3
28+ - uses : axel-op/googlejavaformat-action@v4
2929 with :
3030 args : " --skip-sorting-imports --replace"
3131 # Recommended if you use MacOS:
4545 runs-on : ubuntu-latest
4646 steps :
4747 - uses : actions/checkout@v4 # v2 minimum required
48- - uses : axel-op/googlejavaformat-action@v3
48+ - uses : axel-op/googlejavaformat-action@4
4949 with :
5050 args : " --set-exit-if-changed"
5151` ` `
6363 runs-on : ubuntu-latest
6464 steps :
6565 - uses : actions/checkout@v4 # v2 minimum required
66- - uses : axel-op/googlejavaformat-action@v3
66+ - uses : axel-op/googlejavaformat-action@v4
6767 with :
6868 args : " --replace"
6969 skip-commit : true
You can’t perform that action at this time.
0 commit comments