Skip to content

Commit 2748cf0

Browse files
authored
Merge pull request #176 from tenox7/dependabot/github_actions/actions/checkout-4.1.4
Actions(deps): Bump actions/checkout from 4.1.3 to 4.1.4
2 parents 9e173e2 + 2d1ac3c commit 2748cf0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/clang_format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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: |-

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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:

.github/workflows/linux_and_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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') }}"

0 commit comments

Comments
 (0)