Skip to content

Commit 9c2caa4

Browse files
authored
Merge pull request #24 from cpp-lln-lab/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 2 to 6
2 parents ea056fa + e5f458a commit 9c2caa4

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)