Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2022-01-17 10:14:21 +0300
committerRobert Adam <dev@robert-adam.de>2022-01-17 10:16:44 +0300
commitdf89dc10306d0ff9dd01ef9d9b65a3fa211837ac (patch)
tree5f85d3b5c463765a97842571bc694a5b1d435ae6
parent3b0fa8f8be740058fc60a743c83d96bc829b29c9 (diff)
CI: Update clang-format action
-rw-r--r--.github/workflows/pr-checks.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml
index 425be592e..d93a92f89 100644
--- a/.github/workflows/pr-checks.yml
+++ b/.github/workflows/pr-checks.yml
@@ -40,7 +40,7 @@ jobs:
shell: bash
- name: Check code formatting
- uses: jidicula/clang-format-action@3.5
+ uses: jidicula/clang-format-action@v3.5.2
with:
clang-format-version: '10'
check-path: '.'