Skip to content

Commit

Permalink
Bump elastic/oblt-actions from 1.10.0 to 1.12.0 in the github-actions…
Browse files Browse the repository at this point in the history
… group (#119)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 10, 2024
1 parent ae1c927 commit 2a4f748
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
id: bootstrap
uses: ./.github/workflows/bootstrap

- uses: elastic/oblt-actions/google/auth@v1.10.0
- uses: elastic/oblt-actions/google/auth@v1.12.0

- uses: elastic/oblt-actions/oblt-cli/cluster-credentials@v1.10.0
- uses: elastic/oblt-actions/oblt-cli/cluster-credentials@v1.12.0
with:
github-token: ${{ secrets.OBLT_CLI_GITHUB_TOKEN }}
cluster-name: ${{ env.SERVERLESS_PROJECT }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: dotnet nuget push '${{ env.RELEASE_PACKAGES }}' -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols

- if: ${{ success() && github.event_name == 'release' }}
uses: elastic/oblt-actions/slack/send@v1.10.0
uses: elastic/oblt-actions/slack/send@v1.12.0
with:
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
channel-id: ${{ env.SLACK_CHANNEL }}
Expand All @@ -54,7 +54,7 @@ jobs:
Release URL: (<https://github.com/${{ github.repository }}/releases/tag/${{ github.ref_name }}|${{ github.ref_name }}>)
- if: ${{ failure() && github.event_name == 'release' }}
uses: elastic/oblt-actions/slack/send@v1.10.0
uses: elastic/oblt-actions/slack/send@v1.12.0
with:
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
channel-id: ${{ env.SLACK_CHANNEL }}
Expand Down

0 comments on commit 2a4f748

Please sign in to comment.