File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
16
16
cpp_std : [c++14, c++20]
17
17
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
with :
21
21
submodules : true
22
22
23
23
- uses : Chocobo1/setup-ccache-action@v1
24
24
25
- - uses : actions/setup-python@v4
25
+ - uses : actions/setup-python@v5
26
26
with :
27
27
python-version : ' 3.x'
28
28
36
36
meson test -C "_build" -v --test-args "-d yes"
37
37
38
38
- name : initialize CodeQL
39
- uses : github/codeql-action/init@v2
39
+ uses : github/codeql-action/init@v3
40
40
if : startsWith(matrix.os, 'ubuntu') && (matrix.cpp_std == 'c++20')
41
41
with :
42
42
languages : cpp
49
49
meson compile -C "_build"
50
50
51
51
- name : perform CodeQL Analysis
52
- uses : github/codeql-action/analyze@v2
52
+ uses : github/codeql-action/analyze@v3
53
53
if : startsWith(matrix.os, 'ubuntu') && (matrix.cpp_std == 'c++20')
54
54
55
55
@@ -61,11 +61,11 @@ jobs:
61
61
cpp_std : [c++14, c++latest]
62
62
63
63
steps :
64
- - uses : actions/checkout@v3
64
+ - uses : actions/checkout@v4
65
65
with :
66
66
submodules : true
67
67
68
- - uses : actions/setup-python@v4
68
+ - uses : actions/setup-python@v5
69
69
with :
70
70
python-version : ' 3.x'
71
71
You can’t perform that action at this time.
0 commit comments