Skip to content

Commit

Permalink
github-actions: use v1 alias (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Nov 12, 2024
1 parent f3038b1 commit 2c225bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
fetch-depth: 0

- uses: elastic/oblt-actions/aws/auth@v1.10.0
- uses: elastic/oblt-actions/aws/auth@v1
with:
aws-account-id: "267093732750"

Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
VERSION: ${{ github.ref_name }}

- if: ${{ success() }}
uses: elastic/oblt-actions/slack/send@v1.9.3
uses: elastic/oblt-actions/slack/send@v1
with:
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
channel-id: "#apm-aws-lambda"
Expand All @@ -98,7 +98,7 @@ jobs:
Build: (<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|here>)
- if: ${{ failure() }}
uses: elastic/oblt-actions/slack/send@v1.9.3
uses: elastic/oblt-actions/slack/send@v1
with:
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
channel-id: "#apm-aws-lambda"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: make smoketest/cleanup

- if: always()
uses: elastic/oblt-actions/slack/notify-result@v1.9.3
uses: elastic/oblt-actions/slack/notify-result@v1
with:
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
channel-id: "#apm-aws-lambda"

0 comments on commit 2c225bc

Please sign in to comment.