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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
24
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
22
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
23
23
24
24
- uses : codespell-project/actions-codespell@94259cd8be02ad2903ba34a22d9c13de21a74461 # v2.0
25
25
with :
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
sudo ln -s "$(brew --prefix llvm@${{ matrix.clang_major_version }})"/bin/clang++ /usr/local/bin/clang++-${{ matrix.clang_major_version }}
101
101
102
102
- name : Checkout Git branch
103
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
103
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
104
104
105
105
- name : Build musl Ncurses
106
106
if : " ${{ runner.os == 'Linux' && contains(matrix.cc, 'musl') }}"
You can’t perform that action at this time.
0 commit comments