From 4f6430f6b78affcb7cdb0226f7b25e3c7cd78ed9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 16:38:34 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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 2632bed..fc0a981 100644 --- a/.github/workflows/Codespell.yml +++ b/.github/workflows/Codespell.yml @@ -12,7 +12,7 @@ jobs: steps: - name: '🧰 Checkout' - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v5 - name: '☑️ Run codespell' uses: codespell-project/actions-codespell@master diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index aa98b80..b7373d0 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -17,7 +17,7 @@ jobs: steps: - name: '🧰 Checkout' - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 9d178bb..038feb8 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@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: 📂 Load .env file @@ -134,7 +134,7 @@ cmakeVersion: ^3 ninjaVersion: ^1.11.1 - name: 📥 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: 📂 Load .env file @@ -170,7 +170,7 @@ cmakeVersion: ^3 ninjaVersion: ^1.11.1 - name: 📥 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: 📂 Load .env file diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index f897e8e..927aa10 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@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: ⬇️ Setup CMake @@ -61,7 +61,7 @@ steps: - uses: ammaraskar/gcc-problem-matcher@master - name: 📥 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: ⬇️ Setup CMake @@ -95,7 +95,7 @@ steps: - uses: ammaraskar/gcc-problem-matcher@master - name: 📥 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: ⬇️ Setup CMake diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a325fa5..b5789f5 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@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: ⬇️ Setup CMake @@ -72,7 +72,7 @@ steps: - uses: ammaraskar/msvc-problem-matcher@master - name: 📥 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: ⬇️ Setup CMake @@ -110,7 +110,7 @@ steps: - uses: ammaraskar/msvc-problem-matcher@master - name: 📥 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: ⬇️ Setup CMake @@ -148,7 +148,7 @@ steps: - uses: ammaraskar/gcc-problem-matcher@master - name: 📥 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: ⬇️ Setup CMake @@ -184,7 +184,7 @@ steps: - uses: ammaraskar/msvc-problem-matcher@master - name: 📥 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: ⬇️ Setup CMake