Skip to content

Commit

Permalink
chore: updated github build/deploy workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
VonDerBeck committed Sep 30, 2024
1 parent ddabe8e commit 6ff52fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ff52fa

Please sign in to comment.