From 37bb0dcccafe71438337ef65bc90486ef7cf359b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 08:04:47 +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/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 ac24fbd..f5d7ef8 100644 --- a/.github/workflows/dockcross.yml +++ b/.github/workflows/dockcross.yml @@ -29,7 +29,7 @@ jobs: # steps: # - name: 📥 Checkout - # uses: actions/checkout@v4 + # uses: actions/checkout@v5 # 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@v4 + uses: actions/checkout@v5 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@v4 + uses: actions/checkout@v5 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@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: 📂 Load .env file diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 5eaa024..e333981 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@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: 📂 Load .env file @@ -143,7 +143,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 @@ -179,7 +179,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 53323c0..daecd34 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@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: ⬇️ Setup CMake @@ -67,7 +67,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 @@ -103,7 +103,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 @@ -136,7 +136,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 bed0020..8cbf29e 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@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: ⬇️ Setup CMake @@ -78,7 +78,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 @@ -116,7 +116,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 @@ -154,7 +154,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 @@ -190,7 +190,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