Skip to content

Commit

Permalink
Update cypress/included Docker tag to v14 (#17585)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 9, 2025
1 parent d13db11 commit db618bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/functional_all_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
github.event.review.state == 'CHANGES_REQUESTED'
runs-on: ubuntu-24.04
container:
image: cypress/included:13.17.0
image: cypress/included:14.1.0
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-dotnet
Expand All @@ -58,7 +58,7 @@ jobs:
github.event.review.state == 'CHANGES_REQUESTED'
runs-on: ubuntu-24.04
container:
image: cypress/included:13.17.0
image: cypress/included:14.1.0
env:
OrchardCore__OrchardCore_YesSql__EnableThreadSafetyChecks: true
steps:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
github.event.review.state == 'CHANGES_REQUESTED'
runs-on: ubuntu-24.04
container:
image: cypress/included:13.17.0
image: cypress/included:14.1.0
services:
postgres:
image: postgres:11
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
github.event.review.state == 'CHANGES_REQUESTED'
runs-on: ubuntu-24.04
container:
image: cypress/included:13.17.0
image: cypress/included:14.1.0
services:
mysql:
image: mysql:8
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
github.event.review.state == 'CHANGES_REQUESTED'
runs-on: ubuntu-24.04
container:
image: cypress/included:13.17.0
image: cypress/included:14.1.0
services:
mssql:
image: mcr.microsoft.com/mssql/server:2019-latest
Expand Down

0 comments on commit db618bc

Please sign in to comment.