Skip to content

Commit cc197c1

Browse files
authored
Merge pull request #34 from cpp-lln-lab/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents de1ce05 + 9226d6a commit cc197c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/miss_hit_code_quality.yml

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

2020
steps:
2121

22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v3
2323
with:
2424
submodules: true
2525
fetch-depth: 1

.github/workflows/miss_hit_code_style.yml

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

2020
steps:
2121

22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v3
2323
with:
2424
submodules: true
2525
fetch-depth: 1

0 commit comments

Comments
 (0)