From 29e266857135121f039a94a21dd9231e96bb1392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 22:44:39 +0000 Subject: [PATCH] Bump elastic/oblt-actions in the github-actions group 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](https://github.com/elastic/oblt-actions/compare/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] --- .github/workflows/e2e.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index b54e84a..700dbe0 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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 }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ee2e530..e905c90 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} @@ -54,7 +54,7 @@ jobs: Release URL: () - 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 }}