Skip to content

Commit

Permalink
chore(deps): update cypress-io/github-action action to v5.0.2 (#112)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 25, 2022
1 parent 6b496d7 commit 0482ab6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ jobs:
- name: E2E
timeout-minutes: 8
if: matrix.command == 'e2e'
uses: cypress-io/github-action@c5724eda82337bcff977ce14509f47052c12e04c # v5.0.0
uses: cypress-io/github-action@19ae4d7502bfdedf2a3c47961e02ea209aad367b # v5.0.2
with:
install: false
command: |
Expand All @@ -282,7 +282,7 @@ jobs:
- name: E2E (Start)
timeout-minutes: 8
if: matrix.command == 'e2e-start'
uses: cypress-io/github-action@c5724eda82337bcff977ce14509f47052c12e04c # v5.0.0
uses: cypress-io/github-action@19ae4d7502bfdedf2a3c47961e02ea209aad367b # v5.0.2
with:
install: false
command: |
Expand All @@ -291,7 +291,7 @@ jobs:
- name: E2E (Serve)
timeout-minutes: 8
if: matrix.command == 'e2e-serve'
uses: cypress-io/github-action@c5724eda82337bcff977ce14509f47052c12e04c # v5.0.0
uses: cypress-io/github-action@19ae4d7502bfdedf2a3c47961e02ea209aad367b # v5.0.2
with:
install: false
command: |
Expand All @@ -300,7 +300,7 @@ jobs:
- name: E2E (Serve Dev)
timeout-minutes: 8
if: matrix.command == 'e2e-serve-dev'
uses: cypress-io/github-action@c5724eda82337bcff977ce14509f47052c12e04c # v5.0.0
uses: cypress-io/github-action@19ae4d7502bfdedf2a3c47961e02ea209aad367b # v5.0.2
with:
install: false
command: |
Expand Down

0 comments on commit 0482ab6

Please sign in to comment.