Skip to content

Commit 4f765c5

Browse files
authored
Merge pull request #31 from hartwork/dependabot/github_actions/actions/checkout-6.0.0
Actions(deps): Bump actions/checkout from 5.0.0 to 6.0.0
2 parents 3911b2a + df54879 commit 4f765c5

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
25+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
57+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5858

5959
- name: 'Build'
6060
env:

0 commit comments

Comments
 (0)