File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments