Skip to content

Commit 2c225bc

Browse files
authored
github-actions: use v1 alias (#582)
1 parent f3038b1 commit 2c225bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626

27-
- uses: elastic/oblt-actions/aws/auth@v1.10.0
27+
- uses: elastic/oblt-actions/aws/auth@v1
2828
with:
2929
aws-account-id: "267093732750"
3030

@@ -89,7 +89,7 @@ jobs:
8989
VERSION: ${{ github.ref_name }}
9090

9191
- if: ${{ success() }}
92-
uses: elastic/oblt-actions/slack/send@v1.9.3
92+
uses: elastic/oblt-actions/slack/send@v1
9393
with:
9494
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
9595
channel-id: "#apm-aws-lambda"
@@ -98,7 +98,7 @@ jobs:
9898
Build: (<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|here>)
9999
100100
- if: ${{ failure() }}
101-
uses: elastic/oblt-actions/slack/send@v1.9.3
101+
uses: elastic/oblt-actions/slack/send@v1
102102
with:
103103
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
104104
channel-id: "#apm-aws-lambda"

.github/workflows/smoke-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: make smoketest/cleanup
6868

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

0 commit comments

Comments
 (0)