mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
chore(deps): update actions/checkout action to v2 (#378)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
19bb89e59f
commit
a36bbe0904
2
frontend/.github/workflows/e2e.yml
vendored
2
frontend/.github/workflows/e2e.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
run: |
|
||||
echo "$GITHUB_CONTEXT"
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v2
|
||||
- name: Run Cypress
|
||||
uses: cypress-io/github-action@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user