Skip to content

Commit

Permalink
chore: Update elastic stack version to 8.11.3
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
apmmachine committed Dec 15, 2023
1 parent a307e62 commit d65373f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/microbenchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
stack_version:
description: 'Stack Version'
default: '8.11.1'
default: '8.11.3'
required: false
push:
branches:
Expand All @@ -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 }}
Expand Down

0 comments on commit d65373f

Please sign in to comment.