File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
env :
22
22
CLANG_MAJOR_VERSION : 17
23
23
steps :
24
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
24
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
25
25
26
26
- name : Add Clang/LLVM repositories
27
27
run : |-
Original file line number Diff line number Diff line change 19
19
name : Enforce codespell-clean spelling
20
20
runs-on : ubuntu-22.04
21
21
steps :
22
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
23
23
24
24
- uses : codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
25
25
with :
Original file line number Diff line number Diff line change 94
94
sudo ln -s "$(brew --prefix llvm@${{ matrix.clang_major_version }})"/bin/clang++ /usr/local/bin/clang++-${{ matrix.clang_major_version }}
95
95
96
96
- name : Checkout Git branch
97
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
97
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
98
98
99
99
- name : Build musl Ncurses
100
100
if : " ${{ runner.os == 'Linux' && contains(matrix.cc, 'musl') }}"
You can’t perform that action at this time.
0 commit comments