Skip to content

Commit 9226d6a

Browse files
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent de1ce05 commit 9226d6a

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)