From a24355e335efd7373bf6585776caed868cb34c66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 15:14:59 +0000 Subject: [PATCH] Bump cypress-io/github-action from 6.7.2 to 6.7.3 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.7.2 to 6.7.3. - [Release notes](https://github.com/cypress-io/github-action/releases) - [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/cypress-io/github-action/compare/v6.7.2...v6.7.3) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cypress-ubuntu.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress-ubuntu.yml b/.github/workflows/cypress-ubuntu.yml index b10905b..45366b9 100644 --- a/.github/workflows/cypress-ubuntu.yml +++ b/.github/workflows/cypress-ubuntu.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 - name: Cypress run Chrome - uses: cypress-io/github-action@v6.7.2 + uses: cypress-io/github-action@v6.7.3 with: record: false cache-key: node-v${{ matrix.node }}-on-${{ runner.os }}-hash-${{ hashFiles('yarn.lock') }} @@ -34,7 +34,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Cypress run Firefox - uses: cypress-io/github-action@v6.7.2 + uses: cypress-io/github-action@v6.7.3 with: record: false cache-key: node-v${{ matrix.node }}-on-${{ runner.os }}-hash-${{ hashFiles('yarn.lock') }}