Merge pull request #58 from reneleonhardt/chore/update-github-actions

chore: update github-actions
This commit is contained in:
Anjan Roy
2025-10-14 07:23:53 +04:00
committed by GitHub
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