-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md to use v1.0.2 instead of v1.0.0
- Loading branch information
1 parent
a7e22ed
commit 0795dfc
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ To use this action, pass arguments to the `args` element as you would to `cmake- | |
```yaml | ||
- name: Format CMake files | ||
id: cmake-format | ||
uses: PuneetMatharu/[email protected].0 | ||
uses: PuneetMatharu/[email protected].2 | ||
with: | ||
# Arguments to be passed to cmake-format. | ||
# | ||
|
@@ -52,7 +52,7 @@ jobs: | |
- name: Format CMake files | ||
id: cmake-format | ||
uses: PuneetMatharu/[email protected].0 | ||
uses: PuneetMatharu/[email protected].2 | ||
with: | ||
args: --config-files .cmake-format.json --in-place | ||
|