Skip to content

Commit 3135812

Browse files
Merge pull request #5 from neurospin/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 0fce21d + bc643dc commit 3135812

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-base-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
df -h /
2121
2222
- name: Checkout
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424

2525
- name: Set up Docker Buildx
2626
uses: docker/setup-buildx-action@v3

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
df -h /
2020
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323
with:
2424
submodules: recursive
2525

0 commit comments

Comments
 (0)