From 2a4f74824b4b0d72e62bdceedabe46f5f276fcc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 13:13:34 +0200 Subject: [PATCH] Bump elastic/oblt-actions from 1.10.0 to 1.12.0 in the github-actions group (#119) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 700dbe0..e29cbdd 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.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 }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e905c90..931d0e7 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.10.0 + uses: elastic/oblt-actions/slack/send@v1.12.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.10.0 + uses: elastic/oblt-actions/slack/send@v1.12.0 with: bot-token: ${{ secrets.SLACK_BOT_TOKEN }} channel-id: ${{ env.SLACK_CHANNEL }}