From fd21af99d37d7302e60558012a2f399dfea9c5fd Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 28 Nov 2024 12:02:39 +0100 Subject: [PATCH] github-actions: use v1 for the oblt-actions (#4331) --- .github/workflows/microbenchmark.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/microbenchmark.yml b/.github/workflows/microbenchmark.yml index d8858b1bd0..09d525ea12 100644 --- a/.github/workflows/microbenchmark.yml +++ b/.github/workflows/microbenchmark.yml @@ -21,7 +21,7 @@ jobs: timeout-minutes: 5 steps: - name: Run microbenchmark - uses: elastic/oblt-actions/buildkite/run@v1.5.0 + uses: elastic/oblt-actions/buildkite/run@v1 with: pipeline: "apm-agent-microbenchmark" token: ${{ secrets.BUILDKITE_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b74959cc0..4a08b2ab85 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -115,7 +115,7 @@ jobs: subject-digest: ${{ steps.docker-push-wolfi.outputs.digest }} push-to-registry: true - - uses: elastic/oblt-actions/aws/auth@v1.10.0 + - uses: elastic/oblt-actions/aws/auth@v1 with: aws-account-id: "267093732750"