Skip to content

Commit 0e4e1ad

Browse files
Merge pull request #64 from markmikkelsen/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 059c00c + 8f6f6e3 commit 0e4e1ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update_dependencies.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout gannet repo
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020

2121
- name: Checkout bids-matlab repo
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
with:
2424
repository: bids-standard/bids-matlab
2525
path: bids-matlab_tmp/
2626

2727
- name: Checkout dicm2nii repo
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929
with:
3030
repository: xiangruili/dicm2nii
3131
path: dicm2nii_tmp/
3232

3333
- name: Checkout export_fig repo
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535
with:
3636
repository: altmany/export_fig
3737
path: export_fig_tmp/

0 commit comments

Comments
 (0)