Skip to content

Commit 32eaf3a

Browse files
chore: Update elastic stack version to 8.19.8
Made with ❤️️ by updatecli
1 parent cd36e20 commit 32eaf3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/microbenchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
stack_version:
77
description: 'Stack Version'
8-
default: '8.19.7'
8+
default: '8.19.8'
99
required: false
1010
push:
1111
branches:
@@ -26,7 +26,7 @@ jobs:
2626
- name: Run buildkite pipeline
2727
uses: elastic/oblt-actions/buildkite/run@v1
2828
env:
29-
STACK_VERSION: ${{ inputs.stack_version || '8.19.7' }}
29+
STACK_VERSION: ${{ inputs.stack_version || '8.19.8' }}
3030
with:
3131
token: ${{ secrets.BUILDKITE_TOKEN }}
3232
pipeline: apm-agent-microbenchmark

0 commit comments

Comments
 (0)