Skip to content

Commit

Permalink
Update to checkout V3 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaregravy authored Sep 18, 2022
1 parent d9a1f8d commit 295eecb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/clang-format-action@v4.9.0
with:
Expand All @@ -109,7 +109,7 @@ jobs:
- 'src'
- 'examples'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/clang-format-action@v4.9.0
with:
Expand All @@ -136,7 +136,7 @@ jobs:
- check: 'examples'
exclude: '' # Nothing to exclude
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/clang-format-action@v4.9.0
with:
Expand Down

0 comments on commit 295eecb

Please sign in to comment.