From 6ff52fa2c9f1a5d4f8300af8d95353914a8a5fe9 Mon Sep 17 00:00:00 2001 From: Gunnar von der Beck Date: Mon, 30 Sep 2024 16:49:55 +0200 Subject: [PATCH] chore: updated github build/deploy workflows --- .github/workflows/build.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/preview-deploy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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