diff options
author | Sora Morimoto <git@bsky.moe> | 2020-05-27 12:04:38 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-26 23:04:38 -0400 |
commit | 304d78f2c97763a0943526be3d5587a2706e7a81 (patch) | |
tree | 277dbc6ad532fa96613252b5ab4dc6029bda1a1e | |
parent | 27708fe87316d11b8d99459db257d381ee049430 (diff) |
Bump actions/checkout from v1 to v2 (#5882)
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |