mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-26 03:33:58 -05:00
Update actions/checkout action to v2 (#712)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
cc394e85f0
commit
3e6bc9e5bf
1 changed files with 2 additions and 2 deletions
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue