diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 18d49d33..fc1c0461 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Initialize CodeQL uses: github/codeql-action/init@v3 with: diff --git a/.github/workflows/cpp-linter.yml b/.github/workflows/cpp-linter.yml index 981196cf..3565005f 100644 --- a/.github/workflows/cpp-linter.yml +++ b/.github/workflows/cpp-linter.yml @@ -18,7 +18,7 @@ jobs: cpp-linter: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: 📂 Load .env file if: hashFiles('.github/workflows/.env') != '' diff --git a/.github/workflows/dockcross.yml b/.github/workflows/dockcross.yml index ac24fbd6..f5d7ef8b 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/docs.yml b/.github/workflows/docs.yml index 296313b3..d2f59cea 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -35,7 +35,7 @@ jobs: steps: - name: 🧰 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 2cdd640e..85549d0c 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -72,7 +72,7 @@ jobs: 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 @@ jobs: 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 @@ jobs: 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 b4faeb70..9ab514b0 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -31,7 +31,7 @@ jobs: 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 @@ jobs: 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 @@ jobs: steps: - uses: ammaraskar/gcc-problem-matcher@master - name: 📥 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: ⬇️ Setup CMake @@ -137,7 +137,7 @@ jobs: 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/pre-commit-check.yml b/.github/workflows/pre-commit-check.yml index 974a8614..b9a4b336 100644 --- a/.github/workflows/pre-commit-check.yml +++ b/.github/workflows/pre-commit-check.yml @@ -5,6 +5,6 @@ jobs: name: pre-commit runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: pre-commit uses: pre-commit/action@v3.0.1 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index bdc6a131..5646c0ec 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -34,7 +34,7 @@ jobs: 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 @@ jobs: 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 @@ jobs: 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 @@ jobs: 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 @@ jobs: steps: - uses: ammaraskar/msvc-problem-matcher@master - name: 📥 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: ⬇️ Setup CMake