We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1134eb commit 6f83530Copy full SHA for 6f83530
1 file changed
README.md
@@ -45,7 +45,7 @@ jobs:
45
runs-on: ubuntu-latest
46
steps:
47
- uses: actions/checkout@v4 # v2 minimum required
48
- - uses: axel-op/googlejavaformat-action@4
+ - uses: axel-op/googlejavaformat-action@v4
49
with:
50
args: "--set-exit-if-changed"
51
```
0 commit comments