From e3aefc8d2aa466a5fb5973f9476e4336c2563fa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 13:44:53 +0000 Subject: [PATCH] chore(deps): Bump cypress-io/github-action from 6.10.4 to 7.1.5 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.10.4 to 7.1.5. - [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/7ef72e250a9e564efb4ed4c2433971ada4cc38b4...bc22e01685c56e89e7813fd8e26f33dc47f87e15) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-version: 7.1.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45c22953..df45a12d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,7 +118,7 @@ jobs: node-version-file: '.nvmrc' - run: npm ci - name: Cypress run - uses: cypress-io/github-action@7ef72e250a9e564efb4ed4c2433971ada4cc38b4 # v6.10.4 + uses: cypress-io/github-action@bc22e01685c56e89e7813fd8e26f33dc47f87e15 # v7.1.5 with: build: npm run build start: npm run start @@ -142,7 +142,7 @@ jobs: node-version-file: '.nvmrc' - run: npm ci - name: Cypress run - uses: cypress-io/github-action@7ef72e250a9e564efb4ed4c2433971ada4cc38b4 # v6.10.4 + uses: cypress-io/github-action@bc22e01685c56e89e7813fd8e26f33dc47f87e15 # v7.1.5 with: build: docker build -t maputnik . start: docker run --rm --network host maputnik --port=8888