chore: update actions/checkout and replace unmaintained actions-rs/cargo (#138)
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: Build with OTel feature
|
- name: Build with OTel feature
|
||||||
@@ -22,7 +22,4 @@ jobs:
|
|||||||
- name: Run tests with OTel feature
|
- name: Run tests with OTel feature
|
||||||
run: cargo test --verbose --features otel
|
run: cargo test --verbose --features otel
|
||||||
- name: rustfmt
|
- name: rustfmt
|
||||||
uses: actions-rs/cargo@v1
|
run: cargo fmt --all --check
|
||||||
with:
|
|
||||||
command: fmt
|
|
||||||
args: --all -- --check
|
|
||||||
|
|||||||
Reference in New Issue
Block a user