Skip to content

Commit 179a284

Browse files
authored
Merge pull request #106 from cpp-lln-lab/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 644797d + c08b7a8 commit 179a284

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_tests_matlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
release: ${{matrix.version}}
3737

3838
- name: Install CPP_ROI
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040
with:
4141
submodules: true
4242
fetch-depth: 0

.github/workflows/validate_cff.yml

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

2222
steps:
2323

24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 1
2727

0 commit comments

Comments
 (0)