From 308dbdd9fe6f9df10386e80cbd767000ca5a3c11 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Thu, 5 Nov 2020 00:05:20 +0100 Subject: ci: 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). --- src/ci/github-actions/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ci/github-actions') 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 -- cgit 1.4.1-3-g733a5