diff --git a/.github/workflows/microbenchmark.yml b/.github/workflows/microbenchmark.yml index 54d5b57e7..c0ad884b4 100644 --- a/.github/workflows/microbenchmark.yml +++ b/.github/workflows/microbenchmark.yml @@ -5,7 +5,7 @@ on: inputs: stack_version: description: 'Stack Version' - default: '8.16.0' + default: '8.16.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.16.0' }} + STACK_VERSION: ${{ inputs.stack_version || '8.16.1' }} with: token: ${{ secrets.BUILDKITE_TOKEN }} pipeline: apm-agent-microbenchmark