From 24d9d9f466d9078c46477bf5c2d68416553b9872 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 9 Jul 2022 20:29:52 +0900 Subject: [PATCH] chore: update actions/checkout action to v3 (#104) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85780c0..eb73a4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file + args: --all -- --check