From 7344fb9858577d844e0f4eab1e34598f7edf0182 Mon Sep 17 00:00:00 2001 From: mehrdadn Date: Fri, 24 Jul 2020 14:25:58 -0700 Subject: [PATCH] Switch from GitHub checkout@v2 to checkout@v1 due to bugs in checkout (#9697) Co-authored-by: Mehrdad --- .github/workflows/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c5f6f8878..adcc14c6a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,10 +45,7 @@ jobs: git config --global core.symlinks true && git config --global core.autocrlf false if command -v dpkg > /dev/null; then sudo dpkg-reconfigure debconf -f noninteractive -p high; fi - name: Checkout repository - uses: actions/checkout@v2 - with: - # we need full history to diff against the original for linting etc. - fetch-depth: 0 + uses: actions/checkout@v1 - name: Configure AWS Credentials continue-on-error: true if: github.repository == 'ray-project/ray' && github.event_name != 'pull_request'