Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpp-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') != ''
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/dockcross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

# steps:
# - name: 📥 Checkout
# uses: actions/checkout@v4
# uses: actions/checkout@v5
# with:
# fetch-depth: 0
# - name: 📂 Load .env file
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:

- name: 🧰 Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
persist-credentials: false

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 5 additions & 5 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading