aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 633015956..ee74d7486 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -13,7 +13,7 @@ jobs:
13 runs-on: ubuntu-latest 13 runs-on: ubuntu-latest
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 - run: cargo install cargo-audit 18 - run: cargo install cargo-audit
19 - run: cargo audit 19 - run: cargo audit
@@ -37,7 +37,7 @@ jobs:
37 37
38 steps: 38 steps:
39 - name: Checkout repository 39 - name: Checkout repository
40 uses: actions/checkout@v1 40 uses: actions/checkout@v2
41 41
42 # We need to disable the existing toolchain to avoid updating rust-docs 42 # We need to disable the existing toolchain to avoid updating rust-docs
43 # which takes a long time. The fastest way to do this is to rename the 43 # which takes a long time. The fastest way to do this is to rename the
@@ -94,7 +94,7 @@ jobs:
94 CC: gcc-4.9 94 CC: gcc-4.9
95 steps: 95 steps:
96 - name: Checkout repository 96 - name: Checkout repository
97 uses: actions/checkout@v1 97 uses: actions/checkout@v2
98 98
99 - name: Install Nodejs 99 - name: Install Nodejs
100 uses: actions/setup-node@v1 100 uses: actions/setup-node@v1