Update actions/checkout action to v2 (#712)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-10-25 10:45:22 +01:00 committed by GitHub
parent cc394e85f0
commit 3e6bc9e5bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
name: build frontend
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Cache build
uses: actions/cache@v2.1.2
with:
@ -40,7 +40,7 @@ jobs:
browser: ['chrome', 'firefox']
name: e2e:${{ matrix.browser }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/download-artifact@master
with:
name: build