File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 build :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424
2525 - name : Try updating metadata
2626 run : python update_zenodo.py
Original file line number Diff line number Diff line change 1919 container :
2020 image : gitlab-registry.in2p3.fr/escape2020/wp3/eossr:v1.0
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - name : validate codemeta
2424 run : eossr-metadata-validator codemeta.json
Original file line number Diff line number Diff line change 3838 cache-cleanup :
3939 runs-on : ubuntu-latest
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v5
4242 with :
4343 fetch-depth : 0
4444 submodules : ' true'
@@ -137,7 +137,7 @@ jobs:
137137 # another github repo or a self-defined one in .github/actions.
138138 steps :
139139 # Fetch updates from pull request branches using a public github action.
140- - uses : actions/checkout@v4
140+ - uses : actions/checkout@v5
141141 with :
142142 # This allows all commits of all branches to be fetched.
143143 fetch-depth : 0
Original file line number Diff line number Diff line change 3838 cache-cleanup :
3939 runs-on : ubuntu-latest
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v5
4242 with :
4343 fetch-depth : 0
4444 submodules : ' true'
@@ -139,7 +139,7 @@ jobs:
139139 # another github repo or a self-defined one in .github/actions.
140140 steps :
141141 # Fetch updates from pull request branches using a public github action.
142- - uses : actions/checkout@v4
142+ - uses : actions/checkout@v5
143143 with :
144144 # This allows all commits of all branches to be fetched.
145145 fetch-depth : 0
Original file line number Diff line number Diff line change 6565 cache-cleanup :
6666 runs-on : ubuntu-latest
6767 steps :
68- - uses : actions/checkout@v4
68+ - uses : actions/checkout@v5
6969 with :
7070 fetch-depth : 0
7171 submodules : ' true'
@@ -174,7 +174,7 @@ jobs:
174174 # another github repo or a self-defined one in .github/actions.
175175 steps :
176176 # Fetch updates from pull request branches using a public github action.
177- - uses : actions/checkout@v4
177+ - uses : actions/checkout@v5
178178 with :
179179 # This allows all commits of all branches to be fetched.
180180 fetch-depth : 0
Original file line number Diff line number Diff line change 2929 cache-cleanup :
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
3333 with :
3434 fetch-depth : 0
3535 submodules : ' true'
@@ -128,7 +128,7 @@ jobs:
128128 # another github repo or a self-defined one in .github/actions.
129129 steps :
130130 # Fetch updates from pull request branches using a public github action.
131- - uses : actions/checkout@v4
131+ - uses : actions/checkout@v5
132132 with :
133133 # This allows all commits of all branches to be fetched.
134134 fetch-depth : 0
Original file line number Diff line number Diff line change 2525 cache-cleanup :
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 with :
3030 fetch-depth : 0
3131 submodules : ' true'
@@ -130,7 +130,7 @@ jobs:
130130 # another github repo or a self-defined one in .github/actions.
131131 steps :
132132 # Fetch updates from pull request branches using a public github action.
133- - uses : actions/checkout@v4
133+ - uses : actions/checkout@v5
134134 with :
135135 # This allows all commits of all branches to be fetched.
136136 fetch-depth : 0
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - name : Code formatting
2323 run : |
2424 cd $GITHUB_WORKSPACE
4343 CVMDIR : /cvmfs/fairsoft.gsi.de
4444 options : --user root --privileged --ulimit nofile=9999:10000 --cap-add SYS_ADMIN --device /dev/fuse
4545 steps :
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@v5
4747 with :
4848 fetch-depth : 0
4949
You can’t perform that action at this time.
0 commit comments