Skip to content

Commit 9c62840

Browse files
Bump elastic/oblt-actions from 1.9.3 to 1.10.0 in the github-actions group (#117)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c6ff80 commit 9c62840

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
id: bootstrap
4141
uses: ./.github/workflows/bootstrap
4242

43-
- uses: elastic/oblt-actions/google/auth@v1.9.3
43+
- uses: elastic/oblt-actions/google/auth@v1.10.0
4444

45-
- uses: elastic/oblt-actions/oblt-cli/cluster-credentials@v1.9.3
45+
- uses: elastic/oblt-actions/oblt-cli/cluster-credentials@v1.10.0
4646
with:
4747
github-token: ${{ secrets.OBLT_CLI_GITHUB_TOKEN }}
4848
cluster-name: ${{ env.SERVERLESS_PROJECT }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: dotnet nuget push '${{ env.RELEASE_PACKAGES }}' -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols
4545

4646
- if: ${{ success() && github.event_name == 'release' }}
47-
uses: elastic/oblt-actions/slack/send@v1.9.3
47+
uses: elastic/oblt-actions/slack/send@v1.10.0
4848
with:
4949
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
5050
channel-id: ${{ env.SLACK_CHANNEL }}
@@ -54,7 +54,7 @@ jobs:
5454
Release URL: (<https://github.com/${{ github.repository }}/releases/tag/${{ github.ref_name }}|${{ github.ref_name }}>)
5555
5656
- if: ${{ failure() && github.event_name == 'release' }}
57-
uses: elastic/oblt-actions/slack/send@v1.9.3
57+
uses: elastic/oblt-actions/slack/send@v1.10.0
5858
with:
5959
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
6060
channel-id: ${{ env.SLACK_CHANNEL }}

0 commit comments

Comments
 (0)