diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a04a3e..42ee326 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 5 steps: - name: Pull zeebe - run: docker pull camunda/zeebe:8.4.0 + run: docker pull camunda/zeebe:8.5.7 - name: Checkout uses: actions/checkout@v4 - name: Setup diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e230c8b..4cbf10e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,7 +9,7 @@ jobs: timeout-minutes: 5 steps: - name: Pull zeebe - run: docker pull camunda/zeebe:8.4.0 + run: docker pull camunda/zeebe:8.5.7 - name: Checkout uses: actions/checkout@v4 - name: Setup diff --git a/.github/workflows/preview-deploy.yml b/.github/workflows/preview-deploy.yml index 2e7a634..c771b42 100644 --- a/.github/workflows/preview-deploy.yml +++ b/.github/workflows/preview-deploy.yml @@ -9,7 +9,7 @@ jobs: timeout-minutes: 5 steps: - name: Pull zeebe - run: docker pull camunda/zeebe:8.4.0 + run: docker pull camunda/zeebe:8.5.7 - name: Checkout uses: actions/checkout@v4 - name: Setup