From 2a36efacff45ad635b987d1e4ce370940c662f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 15:22:43 +0000 Subject: [PATCH] chore(dependabot): bump megamegax/slack_action from 0.2.3 to 0.3.1 Bumps [megamegax/slack_action](https://github.com/megamegax/slack_action) from 0.2.3 to 0.3.1. - [Release notes](https://github.com/megamegax/slack_action/releases) - [Commits](https://github.com/megamegax/slack_action/compare/0.2.3...0.3.1) --- updated-dependencies: - dependency-name: megamegax/slack_action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/on_tag_workflow.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/on_tag_workflow.yml b/.github/workflows/on_tag_workflow.yml index 9cf573e8..13f84bf4 100644 --- a/.github/workflows/on_tag_workflow.yml +++ b/.github/workflows/on_tag_workflow.yml @@ -156,7 +156,7 @@ jobs: - name: setup RELEASE_VERSION run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - name: Slack Notification - CI - uses: megamegax/slack_action@0.2.3 + uses: megamegax/slack_action@0.3.1 env: SLACK_WEBHOOK: ${{ secrets.SLACK_MOBILE_TEAM_CI_CHANNEL_WEBHOOK }} with: @@ -167,7 +167,7 @@ jobs: user_icon: '${{env.SLACK_ICON}}' actions: '[{ "type": "button", "text": "View actions", "url": "https://github.com/emartech/android-emarsys-sdk/actions" },{ "type": "button", "text": "View Firebase", "url": "https://console.firebase.google.com/project/ems-mobile-sdk/testlab/histories/" },{ "type": "button", "text": "Install page", "url": "http://ems-mobileteam-artifacts.s3-website-eu-west-1.amazonaws.com/index-ems.html" }]' - name: Slack Notification - SDK Channel - uses: megamegax/slack_action@0.2.3 + uses: megamegax/slack_action@0.3.1 env: SLACK_WEBHOOK: ${{ secrets.SLACK_TEAM_MOBILE_SDK_CHANNEL_WEBHOOK }} with: @@ -178,7 +178,7 @@ jobs: user_icon: '${{env.SLACK_ICON}}' actions: '[{ "type": "button", "text": "View actions", "url": "https://github.com/emartech/android-emarsys-sdk/actions" },{ "type": "button", "text": "View Firebase", "url": "https://console.firebase.google.com/project/ems-mobile-sdk/testlab/histories/" },{ "type": "button", "text": "Install page", "url": "http://ems-mobileteam-artifacts.s3-website-eu-west-1.amazonaws.com/index-ems.html" }]' - name: Slack Notification - Mobile Apps Channel - uses: megamegax/slack_action@0.2.3 + uses: megamegax/slack_action@0.3.1 env: SLACK_WEBHOOK: ${{ secrets.SLACK_MOBILE_APPS_CHANNEL_WEBHOOK }} with: @@ -232,7 +232,7 @@ jobs: - name: Slack Notification env: SLACK_WEBHOOK: ${{ secrets.SLACK_MOBILE_TEAM_CI_CHANNEL_WEBHOOK }} - uses: megamegax/slack_action@0.2.3 + uses: megamegax/slack_action@0.3.1 with: channel: '${{env.SLACK_CHANNEL}}' message: 'Release failed! :man-gesturing-no: :blobcatfearful:'