Skip to content

Commit

Permalink
chore: upgraded workflow to use Zeebe 8.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
VonDerBeck committed Oct 11, 2024
1 parent b9f4819 commit 0849156
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.5.7
run: docker pull camunda/zeebe:8.6.1
- 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.5.7
run: docker pull camunda/zeebe:8.6.1
- 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.5.7
run: docker pull camunda/zeebe:8.6.1
- name: Checkout
uses: actions/checkout@v4
- name: Setup
Expand Down

0 comments on commit 0849156

Please sign in to comment.