chore: update actions/checkout action to v3 (#104)

This commit is contained in:
Taiki Endo
2022-07-09 20:29:52 +09:00
committed by GitHub
parent 8c714114f2
commit 24d9d9f466

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Build with OTel feature
@@ -25,4 +25,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check
args: --all -- --check