Skip to content

Commit 8c5d926

Browse files
authored
Merge pull request #28 from hartwork/dependabot/github_actions/actions/checkout-4.2.2
Actions(deps): Bump actions/checkout from 4.2.1 to 4.2.2
2 parents be60d1e + e82f47a commit 8c5d926

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/clang-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
CLANG_MAJOR_VERSION: 18
2323
steps:
2424

25-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
25+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626

2727
- name: Add Clang/LLVM repositories
2828
run: |-

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
clang-${{ matrix.clang_major_version }}
5555
5656
- name: Checkout Git branch
57-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
57+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5858

5959
- name: 'Build'
6060
env:

0 commit comments

Comments
 (0)