From d93d8bf27c6d7f9f3ede3aa877497684aac34dc7 Mon Sep 17 00:00:00 2001 From: RafikFarhad Date: Tue, 14 Jul 2020 17:48:09 +0600 Subject: [PATCH] =?UTF-8?q?Used=20v1=20for=20example=20workflow=20?= =?UTF-8?q?=F0=9F=93=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 5f77546..4babd0b 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: RafikFarhad/clang-format-github-action@v1-rc2 + - uses: RafikFarhad/clang-format-github-action@v1 with: sources: "src/**/*.h,src/**/*.c,test/**/*.c" ```