From 3ec4752e42758200f45e2e4de698ed2212b17971 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 18 Jun 2026 19:43:01 +0000 Subject: [PATCH] chore(deps): update all dependencies to v7 --- .github/workflows/test_cmake.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_cmake.yaml b/.github/workflows/test_cmake.yaml index e9cbf28..4af9395 100644 --- a/.github/workflows/test_cmake.yaml +++ b/.github/workflows/test_cmake.yaml @@ -18,7 +18,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Configure CMake run: > @@ -40,7 +40,7 @@ jobs: -C ${{matrix.cmake_build_type}} - name: Upload Test Results - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: failure() with: name: failure-${{ matrix.platform }} @@ -57,7 +57,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Configure CMake run: >