Skip to content

Commit 2098907

Browse files
authored
Merge pull request #32 from hartwork/dependabot/github_actions/actions/checkout-6.0.1
Actions(deps): Bump actions/checkout from 6.0.0 to 6.0.1
2 parents 4f765c5 + d960890 commit 2098907

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
25+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
57+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5858

5959
- name: 'Build'
6060
env:

0 commit comments

Comments
 (0)