Skip to content

Commit 5673e33

Browse files
authored
chore: update actions/checkout and replace unmaintained actions-rs/cargo (#138)
1 parent f58e13f commit 5673e33

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Diff for: .github/workflows/ci.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- name: Build
1717
run: cargo build --verbose
1818
- name: Build with OTel feature
@@ -22,7 +22,4 @@ jobs:
2222
- name: Run tests with OTel feature
2323
run: cargo test --verbose --features otel
2424
- name: rustfmt
25-
uses: actions-rs/cargo@v1
26-
with:
27-
command: fmt
28-
args: --all -- --check
25+
run: cargo fmt --all --check

0 commit comments

Comments
 (0)