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