From 2690e067ac82a9da55b95016445bce4af7962e46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 04:38:40 +0000 Subject: [PATCH] Update cypress/included Docker tag to v13.17.0 --- .github/workflows/functional_all_db.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/functional_all_db.yml b/.github/workflows/functional_all_db.yml index 162b1faa921..b4618e2a4c3 100644 --- a/.github/workflows/functional_all_db.yml +++ b/.github/workflows/functional_all_db.yml @@ -31,7 +31,7 @@ jobs: github.event.review.state == 'CHANGES_REQUESTED' runs-on: ubuntu-latest container: - image: cypress/included:13.16.1 + image: cypress/included:13.17.0 steps: - uses: actions/checkout@v4 # We need to install dotnet in the docker container. @@ -61,7 +61,7 @@ jobs: github.event.review.state == 'CHANGES_REQUESTED' runs-on: ubuntu-latest container: - image: cypress/included:13.16.1 + image: cypress/included:13.17.0 env: OrchardCore__OrchardCore_YesSql__EnableThreadSafetyChecks: true steps: @@ -92,7 +92,7 @@ jobs: github.event.review.state == 'CHANGES_REQUESTED' runs-on: ubuntu-latest container: - image: cypress/included:13.16.1 + image: cypress/included:13.17.0 services: postgres: image: postgres:11 @@ -138,7 +138,7 @@ jobs: github.event.review.state == 'CHANGES_REQUESTED' runs-on: ubuntu-latest container: - image: cypress/included:13.16.1 + image: cypress/included:13.17.0 services: mysql: image: mysql:8 @@ -180,7 +180,7 @@ jobs: github.event.review.state == 'CHANGES_REQUESTED' runs-on: ubuntu-latest container: - image: cypress/included:13.16.1 + image: cypress/included:13.17.0 services: mssql: image: mcr.microsoft.com/mssql/server:2019-latest