We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe0ff23 commit 17e973bCopy full SHA for 17e973b
1 file changed
README.md
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ubuntu-latest
26
steps:
27
- uses: actions/checkout@v4 # v2 minimum required
28
- - uses: axel-op/googlejavaformat-action@v3
+ - uses: axel-op/googlejavaformat-action@v4
29
with:
30
args: "--skip-sorting-imports --replace"
31
# Recommended if you use MacOS:
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
+ - uses: axel-op/googlejavaformat-action@4
49
50
args: "--set-exit-if-changed"
51
```
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
67
68
args: "--replace"
69
skip-commit: true
0 commit comments