Skip to content
Open
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
24 changes: 12 additions & 12 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 1
- name: Setup Node.js
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 1
- name: Setup Rust
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
mv ./target/release/libdecancer.so ../../artifacts/libdecancer-x86_64-unknown-linux-musl.so
steps:
- name: Clone repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 1
- name: Setup Java
Expand Down Expand Up @@ -369,7 +369,7 @@ jobs:
mv ./target/release/*.so ../../artifacts
steps:
- name: Clone repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 1
- name: Setup Node.js
Expand Down Expand Up @@ -426,7 +426,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 1
- name: Setup Node.js
Expand All @@ -450,7 +450,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 1
- name: Setup Go
Expand Down Expand Up @@ -519,7 +519,7 @@ jobs:
host: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 1
- name: Setup Node.js
Expand Down Expand Up @@ -611,7 +611,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 1
- name: Setup Node.js
Expand All @@ -638,7 +638,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Clone repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 1
- name: Setup Rust
Expand Down Expand Up @@ -680,7 +680,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 2
- name: Setup Rust
Expand Down Expand Up @@ -784,7 +784,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Clone repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
submodules: recursive
fetch-depth: 1
Expand Down Expand Up @@ -849,7 +849,7 @@ jobs:
JRELEASER_VERSION: ${{ needs.setup.outputs.release_version }}
steps:
- name: Clone repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 1
- name: Setup Java
Expand Down