Skip to content

Commit 4471529

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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] <support@github.com>
1 parent be47e45 commit 4471529

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)