From d4f0ff1af29274809f45e5fe4330d39387aed7c2 Mon Sep 17 00:00:00 2001 From: Rene Leonhardt <65483435+reneleonhardt@users.noreply.github.com> Date: Mon, 13 Oct 2025 15:24:40 +0200 Subject: [PATCH] chore: update github-actions --- .github/dependabot.yml | 10 ++++++++++ .github/workflows/test_ci.yml | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..864697c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + - package-ecosystem: gitsubmodule + directory: / + schedule: + interval: weekly diff --git a/.github/workflows/test_ci.yml b/.github/workflows/test_ci.yml index 619408f..670c19b 100644 --- a/.github/workflows/test_ci.yml +++ b/.github/workflows/test_ci.yml @@ -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