From d1680a557511cd2106da9cc11bd7c27e7e0d05ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 02:36:40 +0000 Subject: [PATCH] ci(deps): bump act10ns/slack from 2.0.0 to 2.1.0 Bumps [act10ns/slack](https://github.com/act10ns/slack) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/act10ns/slack/releases) - [Changelog](https://github.com/act10ns/slack/blob/master/RELEASE.md) - [Commits](https://github.com/act10ns/slack/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: act10ns/slack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/misc-pr_to_master.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/misc-pr_to_master.yaml b/.github/workflows/misc-pr_to_master.yaml index 954741f0..4e1a4dc9 100644 --- a/.github/workflows/misc-pr_to_master.yaml +++ b/.github/workflows/misc-pr_to_master.yaml @@ -56,7 +56,7 @@ jobs: steps: - name: Slack Notification - uses: act10ns/slack@v2.0.0 + uses: act10ns/slack@v2.1.0 env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} with: