File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 env :
2222 CLANG_MAJOR_VERSION : 17
2323 steps :
24- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
24+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2525
2626 - name : Add Clang/LLVM repositories
2727 run : |-
Original file line number Diff line number Diff line change 1919 name : Enforce codespell-clean spelling
2020 runs-on : ubuntu-22.04
2121 steps :
22- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
22+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2323
2424 - uses : codespell-project/actions-codespell@94259cd8be02ad2903ba34a22d9c13de21a74461 # v2.0
2525 with :
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 sudo ln -s "$(brew --prefix llvm@${{ matrix.clang_major_version }})"/bin/clang++ /usr/local/bin/clang++-${{ matrix.clang_major_version }}
101101
102102 - name : Checkout Git branch
103- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
103+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
104104
105105 - name : Build musl Ncurses
106106 if : " ${{ runner.os == 'Linux' && contains(matrix.cc, 'musl') }}"
You can’t perform that action at this time.
0 commit comments