Skip to content

Commit

Permalink
github-actions: use v1 for the oblt-actions (#4331)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Nov 28, 2024
1 parent 8a2f042 commit fd21af9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/microbenchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit fd21af9

Please sign in to comment.