Skip to content

Commit 4cfe820

Browse files
chore(deps): bump cypress-io/github-action from 5 to 6
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 5 to 6. - [Release notes](https://github.com/cypress-io/github-action/releases) - [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md) - [Commits](cypress-io/github-action@v5...v6) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0f8e74f commit 4cfe820

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/review-auto.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
node-version: 20
3030
- name: Install dependencies
31-
uses: cypress-io/github-action@v5
31+
uses: cypress-io/github-action@v6
3232
with:
3333
# just perform install
3434
runTests: false
@@ -40,7 +40,7 @@ jobs:
4040
echo "SITE_URL=https://${{ steps.env.outputs.subdomain }}.dev.fabrique.social.gouv.fr" >> $GITHUB_ENV
4141
echo "$SITE_URL"
4242
- name: Cypress run
43-
uses: cypress-io/github-action@v5
43+
uses: cypress-io/github-action@v6
4444
with:
4545
install: false
4646
working-directory: ./packages/app

.github/workflows/review.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
node-version: 20
3131
- name: Install dependencies
32-
uses: cypress-io/github-action@v5
32+
uses: cypress-io/github-action@v6
3333
with:
3434
# just perform install
3535
runTests: false
@@ -41,7 +41,7 @@ jobs:
4141
echo "SITE_URL=https://${{ steps.env.outputs.subdomain }}.dev.fabrique.social.gouv.fr" >> $GITHUB_ENV
4242
echo "$SITE_URL"
4343
- name: Cypress run
44-
uses: cypress-io/github-action@v5
44+
uses: cypress-io/github-action@v6
4545
with:
4646
install: false
4747
working-directory: ./packages/app

0 commit comments

Comments
 (0)