Skip to content

Commit fe18e18

Browse files
authored
Merge pull request #26 from cpptest/dependabot/github_actions/actions/checkout-5
Actions(deps): Bump actions/checkout from 4 to 5
2 parents b5519df + 02e0de4 commit fe18e18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
clang_major_version: 18
3232
steps:
3333
- name: Checkout Git branch
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535

3636
- name: Install build dependencies
3737
run: |-

0 commit comments

Comments
 (0)