Skip to content

Commit 615634c

Browse files
committed
fix: Update version of cypress action
1 parent 07478ab commit 615634c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
POSTGRES_DATABASE: adminbro_e2e_development
236236
- run: node bin/setup-db.js
237237
working-directory: packages/admin-bro-e2e
238-
- uses: cypress-io/github-action@v1
238+
- uses: cypress-io/github-action@v2
239239
with:
240240
install: false
241241
working-directory: packages/admin-bro-e2e

0 commit comments

Comments
 (0)