From 02d96f7cc436112f0da651a968d49b8f3c389f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 00:20:00 +0000 Subject: [PATCH] Bump Gamesight/slack-workflow-status from 1.2.0 to 1.3.0 Bumps [Gamesight/slack-workflow-status](https://github.com/gamesight/slack-workflow-status) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/gamesight/slack-workflow-status/releases) - [Commits](https://github.com/gamesight/slack-workflow-status/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: Gamesight/slack-workflow-status dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot-auto-merge-forward.yml | 2 +- .github/workflows/milestone-spring-releasetrain.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot-auto-merge-forward.yml b/.github/workflows/dependabot-auto-merge-forward.yml index f551a02e3f..c5cf47e84f 100644 --- a/.github/workflows/dependabot-auto-merge-forward.yml +++ b/.github/workflows/dependabot-auto-merge-forward.yml @@ -47,7 +47,7 @@ jobs: actions: read steps: - name: Send Slack message - uses: Gamesight/slack-workflow-status@v1.2.0 + uses: Gamesight/slack-workflow-status@v1.3.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }} diff --git a/.github/workflows/milestone-spring-releasetrain.yml b/.github/workflows/milestone-spring-releasetrain.yml index ef77dd52d7..87d1ab287e 100644 --- a/.github/workflows/milestone-spring-releasetrain.yml +++ b/.github/workflows/milestone-spring-releasetrain.yml @@ -32,7 +32,7 @@ jobs: actions: read steps: - name: Send Slack message - uses: Gamesight/slack-workflow-status@v1.2.0 + uses: Gamesight/slack-workflow-status@v1.3.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}