Skip to content

Commit c1134eb

Browse files
committed
Update README examples to use v4
1 parent e9e364e commit c1134eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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:
@@ -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@v3
48+
- uses: axel-op/googlejavaformat-action@4
4949
with:
5050
args: "--set-exit-if-changed"
5151
```
@@ -63,7 +63,7 @@ jobs:
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

0 commit comments

Comments
 (0)