aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.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/release.yaml
parent48bb1c51721b7736b6d6f2e5cb82126c91934433 (diff)
Use actions/checkout@v2
Diffstat (limited to '.github/workflows/release.yaml')
-rw-r--r--.github/workflows/release.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index d58be0fd7..bb0b7ab31 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -23,7 +23,7 @@ jobs:
23 23
24 steps: 24 steps:
25 - name: Checkout repository 25 - name: Checkout repository
26 uses: actions/checkout@v1 26 uses: actions/checkout@v2
27 27
28 # We need to disable the existing toolchain to avoid updating rust-docs 28 # We need to disable the existing toolchain to avoid updating rust-docs
29 # which takes a long time. The fastest way to do this is to rename the 29 # which takes a long time. The fastest way to do this is to rename the
@@ -77,7 +77,7 @@ jobs:
77 - run: 'echo "TAG: $TAG"' 77 - run: 'echo "TAG: $TAG"'
78 78
79 - name: Checkout repository 79 - name: Checkout repository
80 uses: actions/checkout@v1 80 uses: actions/checkout@v2
81 81
82 - uses: actions/download-artifact@v1 82 - uses: actions/download-artifact@v1
83 with: 83 with: