From cee0154f01f9c5f7336a8b4e8221259a1b0cf0f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 08:52:47 +0000 Subject: [PATCH] Bump cypress-io/github-action from 6.6.0 to 6.6.1 (#147) Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.6.0 to 6.6.1. - [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.6.0...v6.6.1) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8bcdbe..88b6184 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,7 +60,7 @@ jobs: ) & - name: Cypress run - uses: cypress-io/github-action@v6.6.0 + uses: cypress-io/github-action@v6.6.1 - name: Build production assets if: github.ref == 'refs/heads/main' && startsWith(matrix.scalaVersion, '2.13')