Skip to content

Commit a05b658

Browse files
authored
Merge pull request #3 from reneleonhardt/chore/update-github-actions
chore: update github-actions
2 parents ee4a704 + 14f77d6 commit a05b658

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
directory: /
9+
schedule:
10+
interval: weekly

.github/workflows/test_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
test_type: [standard, asan, ubsan]
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222

2323
- name: Setup Google Test
2424
uses: Bacondish2023/setup-googletest@v1
2525
with:
26-
tag: v1.15.2
26+
tag: v1.17.0
2727

2828
- name: Execute Tests on ${{matrix.os}}, compiled with ${{matrix.compiler}}
2929
if: ${{matrix.test_type == 'standard'}}

0 commit comments

Comments
 (0)