Skip to content

Commit

Permalink
Update Git checkout and Cypress GHA versions (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
oo-bldrs authored Aug 11, 2023
1 parent 9d3f50a commit cd2a3db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: E2E Tests on Google Chrome
id: e2e-on-google-chrome
uses: cypress-io/github-action@v4
uses: cypress-io/github-action@v5
with:
browser: chrome
build: yarn build-share

0 comments on commit cd2a3db

Please sign in to comment.