Skip to content

Commit

Permalink
Update cypress/included Docker tag to v13 (#17180)
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 Dec 8, 2024
1 parent 3a70b07 commit 238ed0e
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-latest
container:
image: cypress/included:9.7.0
image: cypress/included:13.16.1
steps:
- uses: actions/checkout@v4
# We need to install dotnet in the docker container.
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
github.event.review.state == 'CHANGES_REQUESTED'
runs-on: ubuntu-latest
container:
image: cypress/included:9.7.0
image: cypress/included:13.16.1
env:
OrchardCore__OrchardCore_YesSql__EnableThreadSafetyChecks: true
steps:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
github.event.review.state == 'CHANGES_REQUESTED'
runs-on: ubuntu-latest
container:
image: cypress/included:9.7.0
image: cypress/included:13.16.1
services:
postgres:
image: postgres:11
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
github.event.review.state == 'CHANGES_REQUESTED'
runs-on: ubuntu-latest
container:
image: cypress/included:9.7.0
image: cypress/included:13.16.1
services:
mysql:
image: mysql:8
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
github.event.review.state == 'CHANGES_REQUESTED'
runs-on: ubuntu-latest
container:
image: cypress/included:9.7.0
image: cypress/included:13.16.1
services:
mssql:
image: mcr.microsoft.com/mssql/server:2019-latest
Expand Down

0 comments on commit 238ed0e

Please sign in to comment.