Skip to content

Commit 445eaac

Browse files
authored
Merge pull request #29 from hartwork/dependabot/github_actions/actions/checkout-4.3.0
Actions(deps): Bump actions/checkout from 4.2.2 to 4.3.0
2 parents 8c5d926 + 0165242 commit 445eaac

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
57+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
5858

5959
- name: 'Build'
6060
env:

0 commit comments

Comments
 (0)