Skip to content

Commit 481e9ff

Browse files
committed
update GitHub Actions to use latest versions of checkout and Cypress actions
1 parent 1dd5a3c commit 481e9ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cypress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v1
20+
uses: actions/checkout@v4
2121

2222
- name: Cypress run
23-
uses: cypress-io/github-action@v4.2.0
23+
uses: cypress-io/github-action@v6
2424
with:
2525
browser: ${{ matrix.browser }}
2626
component: true

0 commit comments

Comments
 (0)