chore: update actions/checkout and replace unmaintained actions-rs/cargo (#138)

This commit is contained in:
Taiki Endo
2024-03-06 15:52:28 +09:00
committed by GitHub
parent f58e13fb08
commit 5673e3325a

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Build with OTel feature
@@ -22,7 +22,4 @@ jobs:
- name: Run tests with OTel feature
run: cargo test --verbose --features otel
- name: rustfmt
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check
run: cargo fmt --all --check