Skip to content

Commit

Permalink
chore: update actions/checkout and replace unmaintained actions-rs/ca…
Browse files Browse the repository at this point in the history
…rgo (#138)
  • Loading branch information
taiki-e authored Mar 6, 2024
1 parent f58e13f commit 5673e33
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 5673e33

Please sign in to comment.