From 45e862dda09c04668d60f3a2f7af08c8872dbb32 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 19 Sep 2024 15:55:30 +0200 Subject: [PATCH] ci: use elastic/oblt-actions@v1 (#1544) --- .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 e9ae44643..a7f5c8471 100644 --- a/.github/workflows/microbenchmark.yml +++ b/.github/workflows/microbenchmark.yml @@ -24,7 +24,7 @@ jobs: timeout-minutes: 60 steps: - name: Run buildkite pipeline - uses: elastic/oblt-actions/buildkite/run@v1.4.0 + uses: elastic/oblt-actions/buildkite/run@v1 env: STACK_VERSION: ${{ inputs.stack_version || '8.14.1' }} with: @@ -39,7 +39,7 @@ jobs: BRANCH_NAME=${{ github.ref_name }} - if: ${{ failure() }} - uses: elastic/oblt-actions/slack/send@v1.4.0 + uses: elastic/oblt-actions/slack/send@v1 with: bot-token: ${{ secrets.SLACK_BOT_TOKEN }} channel-id: "#apm-agent-js"