Skip to content

Commit 4278c1a

Browse files
authored
Merge pull request #9 from cpp-lln-lab/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 2 to 6
2 parents 4679df8 + ecdd595 commit 4278c1a

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/moxunit.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

0 commit comments

Comments
 (0)