From 5e7a870af6d7cc33dac2b6a10a0a6adb359ba64f Mon Sep 17 00:00:00 2001 From: Miles Liu Date: Wed, 2 Nov 2022 10:09:44 +0800 Subject: [PATCH] CI: update actions/checkout to v3 --- .github/workflows/CICD.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index e1989c5..c2324cb 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install rust toolchain uses: actions-rs/toolchain@v1 with: @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install rust toolchain (v${{ env.MIN_SUPPORTED_RUST_VERSION }}) uses: actions-rs/toolchain@v1 @@ -86,7 +86,7 @@ jobs: - { os: windows-2019, target: x86_64-pc-windows-msvc } steps: - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install prerequisites shell: bash