Skip to content

Commit

Permalink
chore: Update elastic stack version to 8.15.1
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
obltmachine authored Sep 16, 2024
1 parent 803923a commit 98c6017
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.14.1'
default: '8.15.1'
required: false
push:
branches:
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Run buildkite pipeline
uses: elastic/oblt-actions/buildkite/[email protected]
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
Expand Down

0 comments on commit 98c6017

Please sign in to comment.