Commit c7d5c00 1 parent 1b3b136 commit c7d5c00 Copy full SHA for c7d5c00
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 36
36
sudo apt-get update -y
37
37
38
38
- name : Install CMake
39
- uses : lukka/get-cmake@v3.24 .3
39
+ uses : lukka/get-cmake@v3.29 .3
40
40
with :
41
41
cmakeVersion : 3.16.9
42
42
@@ -71,12 +71,12 @@ jobs:
71
71
72
72
- name : Cache conan data
73
73
id : cache-conan
74
- uses : actions/cache@v3
74
+ uses : actions/cache@v4.0.2
75
75
with :
76
76
path : ~/.conan2/p
77
77
key : ${{ matrix.config.os }}-${{ matrix.config.compiler }}
78
78
79
- - uses : actions/checkout@v3
79
+ - uses : actions/checkout@v4.1.6
80
80
81
81
- name : Get dependency provider
82
82
run : |
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
16
16
- uses : actions/checkout@v3
17
17
# https://github.com/marketplace/actions/doxygen-action
18
18
- name : generate docu
19
- uses : mattnotmitt/doxygen-action@v1
19
+ uses : mattnotmitt/doxygen-action@v1.9.8
20
20
with :
21
21
working-directory : ' .'
22
22
doxyfile-path : ' Doxyfile'
23
23
24
24
- name : upload to github page branch
25
- uses : peaceiris/actions-gh-pages@v3
25
+ uses : peaceiris/actions-gh-pages@v4.0.0
26
26
with :
27
27
github_token : ${{ secrets.GITHUB_TOKEN }}
28
28
publish_dir : ./docu
You can’t perform that action at this time.
0 commit comments