We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee4a704 + 14f77d6 commit a05b658Copy full SHA for a05b658
2 files changed
.github/dependabot.yml
@@ -0,0 +1,10 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: github-actions
4
+ directory: /
5
+ schedule:
6
+ interval: weekly
7
+ - package-ecosystem: gitsubmodule
8
9
10
.github/workflows/test_ci.yml
@@ -18,12 +18,12 @@ jobs:
18
test_type: [standard, asan, ubsan]
19
20
steps:
21
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
22
23
- name: Setup Google Test
24
uses: Bacondish2023/setup-googletest@v1
25
with:
26
- tag: v1.15.2
+ tag: v1.17.0
27
28
- name: Execute Tests on ${{matrix.os}}, compiled with ${{matrix.compiler}}
29
if: ${{matrix.test_type == 'standard'}}
0 commit comments