diff --git a/.github/workflows/microbenchmark.yml b/.github/workflows/microbenchmark.yml index a7f5c8471..e358c9402 100644 --- a/.github/workflows/microbenchmark.yml +++ b/.github/workflows/microbenchmark.yml @@ -5,7 +5,7 @@ on: inputs: stack_version: description: 'Stack Version' - default: '8.14.1' + default: '8.15.1' required: false push: branches: @@ -26,7 +26,7 @@ jobs: - name: Run buildkite pipeline uses: elastic/oblt-actions/buildkite/run@v1 env: - STACK_VERSION: ${{ inputs.stack_version || '8.14.1' }} + STACK_VERSION: ${{ inputs.stack_version || '8.15.1' }} with: token: ${{ secrets.BUILDKITE_TOKEN }} pipeline: apm-agent-microbenchmark