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 11:29:32 +0300
committerGitHub <noreply@github.com>2022-01-17 11:29:32 +0300
commitacda34d9288eeec239f378a3682e7ddd5a8f8691 (patch)
tree5f85d3b5c463765a97842571bc694a5b1d435ae6
parent3b0fa8f8be740058fc60a743c83d96bc829b29c9 (diff)
parentdf89dc10306d0ff9dd01ef9d9b65a3fa211837ac (diff)
Merge PR #5431: 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: '.'