We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3911b2a + df54879 commit 4f765c5Copy full SHA for 4f765c5
.github/workflows/clang-format.yml
@@ -22,7 +22,7 @@ jobs:
22
CLANG_MAJOR_VERSION: 18
23
steps:
24
25
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
58
59
- name: 'Build'
60
env:
0 commit comments