Skip to content

Commit

Permalink
chore: Update elastic stack version to 8.16.1
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
1 parent f374245 commit ee390ab
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.16.0'
default: '8.16.1'
required: false
push:
branches:
Expand All @@ -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
Expand Down

0 comments on commit ee390ab

Please sign in to comment.