Skip to content

Commit

Permalink
Bump version of the react-sdk cypress workflow file (#3501)
Browse files Browse the repository at this point in the history
`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.

(Introduced by #3480)
  • Loading branch information
richvdh authored Jun 26, 2023
1 parent 48c4127 commit 3e646bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
cypress:
name: Cypress
uses: matrix-org/matrix-react-sdk/.github/workflows/cypress.yaml@v3.73.1
uses: matrix-org/matrix-react-sdk/.github/workflows/cypress.yaml@v3.74.0
permissions:
actions: read
issues: read
Expand Down

0 comments on commit 3e646bd

Please sign in to comment.