aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/rustdoc.yaml
diff options
context:
space:
mode:
authorCAD97 <[email protected]>2020-03-07 01:32:03 +0000
committerCAD97 <[email protected]>2020-03-07 01:32:03 +0000
commitcf140ac99564c7762dd36a87cf4acb44858d076c (patch)
treefb8645dd881fc818a0d7c9aaedc031fb05a02f09 /.github/workflows/rustdoc.yaml
parent48bb1c51721b7736b6d6f2e5cb82126c91934433 (diff)
Use actions/checkout@v2
Diffstat (limited to '.github/workflows/rustdoc.yaml')
-rw-r--r--.github/workflows/rustdoc.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rustdoc.yaml b/.github/workflows/rustdoc.yaml
index e75e92695..c84ce5d48 100644
--- a/.github/workflows/rustdoc.yaml
+++ b/.github/workflows/rustdoc.yaml
@@ -13,7 +13,7 @@ jobs:
13 13
14 steps: 14 steps:
15 - name: Checkout repository 15 - name: Checkout repository
16 uses: actions/checkout@v1 16 uses: actions/checkout@v2
17 17
18 - name: Install Rust toolchain 18 - name: Install Rust toolchain
19 uses: actions-rs/toolchain@v1 19 uses: actions-rs/toolchain@v1