Skip to content
Merged
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
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Git repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: true
- name: Install Rust
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Clone Git repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: true
- name: Install Rust
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
cargo-c:p
ntldd-git:p
- name: Clone Git repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: true
- name: Run tests
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Clone Git repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: true
- name: Install Rust
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
apt-get update
apt-get install --assume-yes --no-install-recommends git
- name: Clone Git repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
# check out all tags to get proper version in Deken package
fetch-depth: 0
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Git repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: true
- name: Install Rust
Expand All @@ -291,7 +291,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Git repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: true
- name: Install Rust version ${{ matrix.rust-version }}
Expand Down