From c42a61c1b49fb566bd04f0efa2e5797a6e7e225a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 22:52:39 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dockcross.yml | 8 ++++---- .github/workflows/linux.yml | 6 +++--- .github/workflows/macOS.yml | 8 ++++---- .github/workflows/windows.yml | 10 +++++----- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/dockcross.yml b/.github/workflows/dockcross.yml index 8dcae12..27859b1 100644 --- a/.github/workflows/dockcross.yml +++ b/.github/workflows/dockcross.yml @@ -29,7 +29,7 @@ jobs: # steps: # - name: 📥 Checkout - # uses: actions/checkout@v6 + # uses: actions/checkout@v7 # with: # fetch-depth: 0 # - name: 📂 Load .env file @@ -64,7 +64,7 @@ jobs: steps: - uses: ammaraskar/gcc-problem-matcher@master - name: 📥 Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: 📂 Load .env file @@ -97,7 +97,7 @@ jobs: steps: - uses: ammaraskar/gcc-problem-matcher@master - name: 📥 Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: 📂 Load .env file @@ -130,7 +130,7 @@ jobs: steps: - uses: ammaraskar/gcc-problem-matcher@master - name: 📥 Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: 📂 Load .env file diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 3802893..bba4854 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -72,7 +72,7 @@ cmakeVersion: ^3 ninjaVersion: ^1.11.1 - name: 📥 Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: 📂 Load .env file @@ -143,7 +143,7 @@ cmakeVersion: ^3 ninjaVersion: ^1.11.1 - name: 📥 Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: 📂 Load .env file @@ -179,7 +179,7 @@ cmakeVersion: ^3 ninjaVersion: ^1.11.1 - name: 📥 Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: 📂 Load .env file diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index f671c65..26fe302 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -31,7 +31,7 @@ steps: - uses: ammaraskar/gcc-problem-matcher@master - name: 📥 Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: ⬇️ Setup CMake @@ -67,7 +67,7 @@ steps: - uses: ammaraskar/gcc-problem-matcher@master - name: 📥 Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: ⬇️ Setup CMake @@ -103,7 +103,7 @@ steps: - uses: ammaraskar/gcc-problem-matcher@master - name: 📥 Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: ⬇️ Setup CMake @@ -136,7 +136,7 @@ steps: - uses: ammaraskar/gcc-problem-matcher@master - name: 📥 Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: ⬇️ Setup CMake diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 4ca25a4..36adb56 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -34,7 +34,7 @@ steps: - uses: ammaraskar/gcc-problem-matcher@master - name: 📥 Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: ⬇️ Setup CMake @@ -78,7 +78,7 @@ steps: - uses: ammaraskar/msvc-problem-matcher@master - name: 📥 Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: ⬇️ Setup CMake @@ -116,7 +116,7 @@ steps: - uses: ammaraskar/msvc-problem-matcher@master - name: 📥 Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: ⬇️ Setup CMake @@ -154,7 +154,7 @@ steps: - uses: ammaraskar/gcc-problem-matcher@master - name: 📥 Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: ⬇️ Setup CMake @@ -190,7 +190,7 @@ steps: - uses: ammaraskar/msvc-problem-matcher@master - name: 📥 Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: ⬇️ Setup CMake