Skip to content

Commit 6f83530

Browse files
authored
fix: missing version in README example
1 parent c1134eb commit 6f83530

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- uses: actions/checkout@v4 # v2 minimum required
48-
- uses: axel-op/googlejavaformat-action@4
48+
- uses: axel-op/googlejavaformat-action@v4
4949
with:
5050
args: "--set-exit-if-changed"
5151
```

0 commit comments

Comments
 (0)