about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-11-05 05:14:53 +0000
committerbors <bors@rust-lang.org>2020-11-05 05:14:53 +0000
commit8c2070121905b66698ebbfb105eab30f3484e602 (patch)
tree93e1d928b22796a6325e8ed19c4925f771f921b6 /src/ci/github-actions
parent0fb00251a578018430bad6687ff74e14031d2a07 (diff)
parent308dbdd9fe6f9df10386e80cbd767000ca5a3c11 (diff)
downloadrust-8c2070121905b66698ebbfb105eab30f3484e602.tar.gz
rust-8c2070121905b66698ebbfb105eab30f3484e602.zip
Auto merge of #78754 - pietroalbini:checkout-v2, r=Mark-Simulacrum
Bump actions/checkout to version 2

This was recommended by GitHub Support to try reducing the things that could've caused #78743. I checked the changelog and there should be no practical impact for us (we already set an explicit fetch-depth).

r? `@Mark-Simulacrum`
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml
index 01f15a82f0f..0df191f8f74 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -99,7 +99,7 @@ x--expand-yaml-anchors--remove:
         run: git config --global core.autocrlf false
 
       - name: checkout the source code
-        uses: actions/checkout@v1
+        uses: actions/checkout@v2
         with:
           fetch-depth: 2