diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13cb3e5ac..815f4a06f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,7 @@ jobs: runs-on: ubuntu-latest services: redis: - image: redis:7.0.10 + image: redis:7.0.11 options: >- --health-cmd "redis-cli ping" --health-interval 10s diff --git a/.github/workflows/updatesnapshot.yml b/.github/workflows/updatesnapshot.yml index 6b621e5e2..38dd515b3 100644 --- a/.github/workflows/updatesnapshot.yml +++ b/.github/workflows/updatesnapshot.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest services: redis: - image: redis:7.0.10 + image: redis:7.0.11 options: >- --health-cmd "redis-cli ping" --health-interval 10s