From 0497f5f2679029e7ca8007c243e2eb5d8dde9510 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:36:39 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 95fc24c..63833b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-dotnet@v4 if: ${{ matrix.os == 'windows-2022' }} with: @@ -69,7 +69,7 @@ jobs: name: Deploy Doxygen if: ${{ github.event_name != 'pull_request' && github.ref_name == 'master' }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install Doxygen uses: ssciwr/doxygen-install@v1 - name: Configure Project diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5996c8a..fb14154 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-dotnet@v4 if: ${{ matrix.os == 'windows-2022' }} with: @@ -61,7 +61,7 @@ jobs: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Extract Version from CMakeLists.txt