Skip to content

Commit fc0494d

Browse files
authored
Merge pull request #33 from bids-apps/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents be47e45 + 4471529 commit fc0494d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
docker-build:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 0
2626
- name: Build the Docker image
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
sudo apt-get -y -qq update
6060
sudo apt-get -y install tree
61-
- uses: actions/checkout@v4
61+
- uses: actions/checkout@v5
6262
with:
6363
fetch-depth: 0
6464
- name: Restore docker image
@@ -101,7 +101,7 @@ jobs:
101101
sudo apt-get -y -qq update
102102
sudo apt-get -y install git-annex tree
103103
pip install datalad
104-
- uses: actions/checkout@v4
104+
- uses: actions/checkout@v5
105105
with:
106106
fetch-depth: 0
107107
- name: Restore docker image
@@ -137,7 +137,7 @@ jobs:
137137
shell: bash -el {0}
138138
if: ${{ github.ref == 'refs/heads/main' || github.ref_type == 'tag' }}
139139
steps:
140-
- uses: actions/checkout@v4
140+
- uses: actions/checkout@v5
141141
with:
142142
fetch-depth: 0
143143
- name: Restore docker image

0 commit comments

Comments
 (0)