Skip to content

Commit f6a03a1

Browse files
Bump actions/checkout from 3 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c60f9e3 commit f6a03a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/update_dicm2nii.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout gannet repo
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v5
2121

2222
- name: Checkout dicm2nii repo
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v5
2424
with:
2525
repository: xiangruili/dicm2nii
2626
path: dicm2nii_tmp/

.github/workflows/update_export_fig.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout gannet repo
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v5
2121

2222
- name: Checkout export_fig repo
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v5
2424
with:
2525
repository: altmany/export_fig
2626
path: export_fig_tmp/

0 commit comments

Comments
 (0)