Skip to content

Commit b35cbf4

Browse files
committed
Update GHA images versions
1 parent 950655e commit b35cbf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
- name: Cypress tests
21-
uses: cypress-io/github-action@v5
21+
uses: cypress-io/github-action@v6
2222
with:
2323
start: npm start
2424
wait-on: 'http://localhost:3000'

0 commit comments

Comments
 (0)