File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 env :
2222 CLANG_MAJOR_VERSION : 17
2323 steps :
24- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
24+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323
2424 - uses : codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
2525 with :
Original file line number Diff line number Diff line change 9494 sudo ln -s "$(brew --prefix llvm@${{ matrix.clang_major_version }})"/bin/clang++ /usr/local/bin/clang++-${{ matrix.clang_major_version }}
9595
9696 - name : Checkout Git branch
97- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
97+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9898
9999 - name : Build musl Ncurses
100100 if : " ${{ runner.os == 'Linux' && contains(matrix.cc, 'musl') }}"
You can’t perform that action at this time.
0 commit comments