File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6262 runs-on : ubuntu-latest
6363 steps :
6464 - name : Checkout code
65- uses : actions/checkout@v5
65+ uses : actions/checkout@v6
6666 with :
6767 fetch-depth : 0
6868 - name : Fetch doxygen docker
@@ -125,7 +125,7 @@ jobs:
125125 if : success()
126126 steps :
127127 - name : Checkout code
128- uses : actions/checkout@v5
128+ uses : actions/checkout@v6
129129 with :
130130 fetch-depth : 0
131131 - name : Get generated documentation
@@ -288,7 +288,7 @@ jobs:
288288 if : success() && github.event_name == 'push' && startsWith(github.ref, 'refs/heads/main')
289289 steps :
290290 - name : Checkout code
291- uses : actions/checkout@v5
291+ uses : actions/checkout@v6
292292 with :
293293 ref : main
294294 fetch-depth : 0
@@ -333,7 +333,7 @@ jobs:
333333 DOCUMENTATION_ZIP_NAME : documentation.zip
334334 steps :
335335 - name : Checkout code
336- uses : actions/checkout@v5
336+ uses : actions/checkout@v6
337337 with :
338338 fetch-depth : 0
339339
@@ -531,7 +531,7 @@ jobs:
531531 needs : export_other_formats_when_present
532532 steps :
533533 - name : Checkout code
534- uses : actions/checkout@v5
534+ uses : actions/checkout@v6
535535 with :
536536 fetch-depth : 0
537537 - name : Delete Created cache
Original file line number Diff line number Diff line change 2929 " 1.104.0" ,
3030 ]
3131 steps :
32- - uses : actions/checkout@v5 .0.1
32+ - uses : actions/checkout@v6 .0.2
3333
3434 - name : Setup Node
3535 uses : actions/setup-node@v6.0.0
You can’t perform that action at this time.
0 commit comments