Skip to content

Commit

Permalink
Bump elastic/oblt-actions in the github-actions group
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 1 update: [elastic/oblt-actions](https://github.com/elastic/oblt-actions).


Updates `elastic/oblt-actions` from 1.9.3 to 1.10.0
- [Release notes](https://github.com/elastic/oblt-actions/releases)
- [Changelog](https://github.com/elastic/oblt-actions/blob/main/docs/RELEASE.md)
- [Commits](elastic/oblt-actions@v1.9.3...v1.10.0)

---
updated-dependencies:
- dependency-name: elastic/oblt-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 30, 2024
1 parent 4c6ff80 commit 29e2668
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.9.3
- uses: elastic/oblt-actions/google/auth@v1.10.0

- uses: elastic/oblt-actions/oblt-cli/cluster-credentials@v1.9.3
- uses: elastic/oblt-actions/oblt-cli/cluster-credentials@v1.10.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.9.3
uses: elastic/oblt-actions/slack/send@v1.10.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.9.3
uses: elastic/oblt-actions/slack/send@v1.10.0
with:
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
channel-id: ${{ env.SLACK_CHANNEL }}
Expand Down

0 comments on commit 29e2668

Please sign in to comment.