Skip to content

Commit e5f458a

Browse files
Bump actions/checkout from 2 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 513f246 commit e5f458a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/miss_hit.yml

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

1515
steps:
1616

17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v6
1818
with:
1919
submodules: true
2020
fetch-depth: 1

.github/workflows/update_submodules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
steps:
6464

6565
- name: Clone repo
66-
uses: actions/checkout@v3
66+
uses: actions/checkout@v6
6767
with:
6868
submodules: true
6969

0 commit comments

Comments
 (0)