summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMiles Liu <miles@bung.cc>2022-11-02 10:09:44 +0800
committerMiles Liu <miles@bung.cc>2022-11-02 16:40:59 +0800
commit5e7a870af6d7cc33dac2b6a10a0a6adb359ba64f (patch)
tree31bde11859b86ab834808534fa3210771d0a43b4 /.github
parent6b7f8da381153c29ca5ebd4e6c8bbb7a5b273128 (diff)
CI: update actions/checkout to v3
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/CICD.yml6
1 files 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