Skip to content

Commit

Permalink
Update cypress/included Docker tag to v13.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent 6322061 commit 2690e06
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:13.16.1
image: cypress/included:13.17.0
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:13.16.1
image: cypress/included:13.17.0
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:13.16.1
image: cypress/included:13.17.0
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:13.16.1
image: cypress/included:13.17.0
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:13.16.1
image: cypress/included:13.17.0
services:
mssql:
image: mcr.microsoft.com/mssql/server:2019-latest
Expand Down

0 comments on commit 2690e06

Please # to comment.