File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v1
16+ uses : actions/checkout@v2
1717
1818 - run : cargo install cargo-audit
1919 - run : cargo audit
3737
3838 steps :
3939 - name : Checkout repository
40- uses : actions/checkout@v1
40+ uses : actions/checkout@v2
4141
4242 # We need to disable the existing toolchain to avoid updating rust-docs
4343 # which takes a long time. The fastest way to do this is to rename the
9494 CC : gcc-4.9
9595 steps :
9696 - name : Checkout repository
97- uses : actions/checkout@v1
97+ uses : actions/checkout@v2
9898
9999 - name : Install Nodejs
100100 uses : actions/setup-node@v1
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Checkout repository
26- uses : actions/checkout@v1
26+ uses : actions/checkout@v2
2727
2828 # We need to disable the existing toolchain to avoid updating rust-docs
2929 # which takes a long time. The fastest way to do this is to rename the
7777 - run : ' echo "TAG: $TAG"'
7878
7979 - name : Checkout repository
80- uses : actions/checkout@v1
80+ uses : actions/checkout@v2
8181
8282 - uses : actions/download-artifact@v1
8383 with :
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v1
16+ uses : actions/checkout@v2
1717
1818 - name : Install Rust toolchain
1919 uses : actions-rs/toolchain@v1
You can’t perform that action at this time.
0 commit comments