chore: Use actions/checkout@v2 (#6328)

This commit is contained in:
Satsuki Yanagi 2020-05-08 17:46:58 +09:00 committed by GitHub
parent f07564a452
commit 0ed94ee52e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Pull previous build result (for cache)
run: docker pull misskey/misskey:latest
- name: Build docker container