Skip to content

Commit fc3aad9

Browse files
authored
Merge pull request #3082 from Hack23/dependabot/github_actions/cypress-io/github-action-7.4.1
chore(deps): bump cypress-io/github-action from 7.4.0 to 7.4.1
2 parents 836312d + ebee5ce commit fc3aad9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/javascript-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
path: dist/
216216

217217
- name: Run Multi-Language Tests
218-
uses: cypress-io/github-action@948d67d3074f1bbb6379c8bdbb04e95d2f8e593f # v7.4.0
218+
uses: cypress-io/github-action@fa4a118725a8f001170d49631ea89e5d66fee626 # v7.4.1
219219
with:
220220
start: npm run preview
221221
wait-on: 'http://localhost:4173'

.github/workflows/test-dashboard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
path: dist/
124124

125125
- name: Run Cypress tests (all dashboard specs)
126-
uses: cypress-io/github-action@948d67d3074f1bbb6379c8bdbb04e95d2f8e593f # v7.4.0
126+
uses: cypress-io/github-action@fa4a118725a8f001170d49631ea89e5d66fee626 # v7.4.1
127127
with:
128128
start: npm run preview
129129
wait-on: 'http://localhost:4173'

.github/workflows/test-homepage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
path: dist/
124124

125125
- name: Run Cypress tests (homepage + a11y)
126-
uses: cypress-io/github-action@948d67d3074f1bbb6379c8bdbb04e95d2f8e593f # v7.4.0
126+
uses: cypress-io/github-action@fa4a118725a8f001170d49631ea89e5d66fee626 # v7.4.1
127127
with:
128128
start: npm run preview
129129
wait-on: 'http://localhost:4173'

.github/workflows/test-news.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
path: dist/
124124

125125
- name: Run Cypress tests (news + sitemap)
126-
uses: cypress-io/github-action@948d67d3074f1bbb6379c8bdbb04e95d2f8e593f # v7.4.0
126+
uses: cypress-io/github-action@fa4a118725a8f001170d49631ea89e5d66fee626 # v7.4.1
127127
with:
128128
start: npm run preview
129129
wait-on: 'http://localhost:4173'

0 commit comments

Comments
 (0)