]> git.lizzy.rs Git - rust.git/commitdiff
Use actions/checkout@v2
authorCAD97 <cad97@cad97.com>
Sat, 7 Mar 2020 01:32:03 +0000 (20:32 -0500)
committerCAD97 <cad97@cad97.com>
Sat, 7 Mar 2020 01:32:03 +0000 (20:32 -0500)
.github/workflows/ci.yaml
.github/workflows/release.yaml
.github/workflows/rustdoc.yaml

index 6330159568a87000a41c9a0e6d6cbcd1fbde16bb..ee74d74869e42ddaaed62ecea30cd3f12f1c8178 100644 (file)
@@ -13,7 +13,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v1
+      uses: actions/checkout@v2
 
     - run: cargo install cargo-audit
     - run: cargo audit
@@ -37,7 +37,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v1
+      uses: actions/checkout@v2
 
     # We need to disable the existing toolchain to avoid updating rust-docs
     # which takes a long time. The fastest way to do this is to rename the
@@ -94,7 +94,7 @@ jobs:
       CC: gcc-4.9
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v1
+      uses: actions/checkout@v2
 
     - name: Install Nodejs
       uses: actions/setup-node@v1
index d58be0fd77aa85f38e859f40c70163acf17b4801..bb0b7ab31eb500dfdb5aeff1706d72cb7fbc99b3 100644 (file)
@@ -23,7 +23,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v1
+      uses: actions/checkout@v2
 
     # We need to disable the existing toolchain to avoid updating rust-docs
     # which takes a long time. The fastest way to do this is to rename the
@@ -77,7 +77,7 @@ jobs:
     - run: 'echo "TAG: $TAG"'
 
     - name: Checkout repository
-      uses: actions/checkout@v1
+      uses: actions/checkout@v2
 
     - uses: actions/download-artifact@v1
       with:
index e75e926954f8a6fec4008622e0332ddc6cf64320..c84ce5d48912e53936f3499969654fc30677c7a5 100644 (file)
@@ -13,7 +13,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v1
+      uses: actions/checkout@v2
 
     - name: Install Rust toolchain
       uses: actions-rs/toolchain@v1