We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 059c00c + 8f6f6e3 commit 0e4e1adCopy full SHA for 0e4e1ad
.github/workflows/update_dependencies.yml
@@ -16,22 +16,22 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout gannet repo
19
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
20
21
- name: Checkout bids-matlab repo
22
23
with:
24
repository: bids-standard/bids-matlab
25
path: bids-matlab_tmp/
26
27
- name: Checkout dicm2nii repo
28
29
30
repository: xiangruili/dicm2nii
31
path: dicm2nii_tmp/
32
33
- name: Checkout export_fig repo
34
35
36
repository: altmany/export_fig
37
path: export_fig_tmp/
0 commit comments