Skip to content

Commit 45e862d

Browse files
authored
ci: use elastic/oblt-actions@v1 (#1544)
1 parent 155dc9d commit 45e862d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/microbenchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
timeout-minutes: 60
2525
steps:
2626
- name: Run buildkite pipeline
27-
uses: elastic/oblt-actions/buildkite/run@v1.4.0
27+
uses: elastic/oblt-actions/buildkite/run@v1
2828
env:
2929
STACK_VERSION: ${{ inputs.stack_version || '8.14.1' }}
3030
with:
@@ -39,7 +39,7 @@ jobs:
3939
BRANCH_NAME=${{ github.ref_name }}
4040
4141
- if: ${{ failure() }}
42-
uses: elastic/oblt-actions/slack/send@v1.4.0
42+
uses: elastic/oblt-actions/slack/send@v1
4343
with:
4444
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
4545
channel-id: "#apm-agent-js"

0 commit comments

Comments
 (0)