From 304d78f2c97763a0943526be3d5587a2706e7a81 Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Wed, 27 May 2020 12:04:38 +0900 Subject: Bump actions/checkout from v1 to v2 (#5882) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 902dad72b..f5c47006d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: run: git config --global core.symlinks true - name: Clone repository - uses: actions/checkout@v1 + uses: actions/checkout@v2 with: # Use depth > 1, because sometimes we need to rebuild master and if # other commits have landed it will become impossible to rebuild if -- cgit v1.2.3