Skip to content

Commit

Permalink
Update README.md to use v1.0.2 instead of v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetmatharu authored Jun 28, 2023
1 parent a7e22ed commit 0795dfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0795dfc

Please sign in to comment.