Skip to content

Commit f12fefa

Browse files
authored
Merge pull request #19 from chcg/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 155b3c2 + a93064c commit f12fefa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout repo
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

1818
- name: Add msbuild to PATH
1919
uses: microsoft/setup-msbuild@v2

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
# Initializes the CodeQL tools for scanning.
2222
- name: Initialize CodeQL

0 commit comments

Comments
 (0)