Skip to content

Commit b840f8f

Browse files
committed
Bump version of the react-sdk cypress workflow file
`cypress.yaml` is currently pinned to an old version of the react-sdk, meaning that each attempt to run it is currently failing with an error. #3461 made a change to the js-sdk workflow file which also required
1 parent e8c89e9 commit b840f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
jobs:
1616
cypress:
1717
name: Cypress
18-
uses: matrix-org/matrix-react-sdk/.github/workflows/cypress.yaml@v3.73.1
18+
uses: matrix-org/matrix-react-sdk/.github/workflows/cypress.yaml@v3.74.0
1919
permissions:
2020
actions: read
2121
issues: read

0 commit comments

Comments
 (0)