chore: update github-actions

This commit is contained in:
Rene Leonhardt
2025-10-13 15:24:40 +02:00
parent 855098fb75
commit d4f0ff1af2
2 changed files with 12 additions and 2 deletions

10
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
- package-ecosystem: gitsubmodule
directory: /
schedule:
interval: weekly

View File

@@ -18,12 +18,12 @@ jobs:
max-parallel: 4
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup Google-Test
run: |
pushd ~
git clone https://github.com/google/googletest.git -b v1.16.0
git clone https://github.com/google/googletest.git -b v1.17.0
pushd googletest
mkdir build
pushd build