From 601b366533140f6bbae82965795ccc2adb2cdb5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 07:02:26 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Codespell.yml | 2 +- .github/workflows/Docs.yml | 2 +- .github/workflows/linux.yml | 6 +++--- .github/workflows/macOS.yml | 6 +++--- .github/workflows/windows.yml | 10 +++++----- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/Codespell.yml b/.github/workflows/Codespell.yml index fc0a981..7feb573 100644 --- a/.github/workflows/Codespell.yml +++ b/.github/workflows/Codespell.yml @@ -12,7 +12,7 @@ jobs: steps: - name: '🧰 Checkout' - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: '☑️ Run codespell' uses: codespell-project/actions-codespell@master diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index b7373d0..57e6815 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -17,7 +17,7 @@ jobs: steps: - name: '🧰 Checkout' - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 038feb8..3ead182 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -66,7 +66,7 @@ cmakeVersion: ^3 ninjaVersion: ^1.11.1 - name: 📥 Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: 📂 Load .env file @@ -134,7 +134,7 @@ cmakeVersion: ^3 ninjaVersion: ^1.11.1 - name: 📥 Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: 📂 Load .env file @@ -170,7 +170,7 @@ cmakeVersion: ^3 ninjaVersion: ^1.11.1 - name: 📥 Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: 📂 Load .env file diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index 927aa10..f45cf25 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -25,7 +25,7 @@ steps: - uses: ammaraskar/gcc-problem-matcher@master - name: 📥 Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: ⬇️ Setup CMake @@ -61,7 +61,7 @@ steps: - uses: ammaraskar/gcc-problem-matcher@master - name: 📥 Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: ⬇️ Setup CMake @@ -95,7 +95,7 @@ steps: - uses: ammaraskar/gcc-problem-matcher@master - name: 📥 Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: ⬇️ Setup CMake diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index b5789f5..0eb00cc 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -28,7 +28,7 @@ steps: - uses: ammaraskar/gcc-problem-matcher@master - name: 📥 Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: ⬇️ Setup CMake @@ -72,7 +72,7 @@ steps: - uses: ammaraskar/msvc-problem-matcher@master - name: 📥 Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: ⬇️ Setup CMake @@ -110,7 +110,7 @@ steps: - uses: ammaraskar/msvc-problem-matcher@master - name: 📥 Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: ⬇️ Setup CMake @@ -148,7 +148,7 @@ steps: - uses: ammaraskar/gcc-problem-matcher@master - name: 📥 Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: ⬇️ Setup CMake @@ -184,7 +184,7 @@ steps: - uses: ammaraskar/msvc-problem-matcher@master - name: 📥 Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: ⬇️ Setup CMake