We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 445eaac + 9462e5c commit 3911b2aCopy full SHA for 3911b2a
.github/workflows/clang-format.yml
@@ -22,7 +22,7 @@ jobs:
22
CLANG_MAJOR_VERSION: 18
23
steps:
24
25
- - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
26
27
- name: Add Clang/LLVM repositories
28
run: |-
.github/workflows/linux.yml
@@ -54,7 +54,7 @@ jobs:
54
clang-${{ matrix.clang_major_version }}
55
56
- name: Checkout Git branch
57
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
58
59
- name: 'Build'
60
env:
0 commit comments