1
0
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:
renovate[bot] 2021-09-30 19:59:47 +02:00 committed by GitHub
parent 19bb89e59f
commit a36bbe0904

View File

@ -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: