From d65373f3fd49583968901ee1be59f9973b6717ef Mon Sep 17 00:00:00 2001 From: apmmachine Date: Fri, 15 Dec 2023 15:04:13 +0000 Subject: [PATCH] chore: Update elastic stack version to 8.11.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/microbenchmark.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/microbenchmark.yml b/.github/workflows/microbenchmark.yml index adbf9886c..c5b010d89 100644 --- a/.github/workflows/microbenchmark.yml +++ b/.github/workflows/microbenchmark.yml @@ -5,7 +5,7 @@ on: inputs: stack_version: description: 'Stack Version' - default: '8.11.1' + default: '8.11.3' required: false push: branches: @@ -28,7 +28,7 @@ jobs: name: Run buildkite pipeline uses: elastic/apm-pipeline-library/.github/actions/buildkite@current env: - STACK_VERSION: ${{ inputs.stack_version || '8.11.1' }} + STACK_VERSION: ${{ inputs.stack_version || '8.11.3' }} with: vaultUrl: ${{ secrets.VAULT_ADDR }} vaultRoleId: ${{ secrets.VAULT_ROLE_ID }}