From a3b2545c1bb017caed8be883ab21d292b97e2bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 15:44:37 +0000 Subject: [PATCH] chore(deps): bump slackapi/slack-github-action from 1.25.0 to 1.26.0 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.25.0 to 1.26.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](https://github.com/slackapi/slack-github-action/compare/v1.25.0...v1.26.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/production.yml | 4 ++-- .github/workflows/release.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 2d2cbc13..22cd1c35 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -22,7 +22,7 @@ jobs: shell: bash - name: Notify deployment started - uses: slackapi/slack-github-action@v1.25.0 + uses: slackapi/slack-github-action@v1.26.0 with: channel-id: '#team-dinosaur-dev' slack-message: Deployment of postal-registry to production has started @@ -73,7 +73,7 @@ jobs: shell: bash - name: Notify deployment finished - uses: slackapi/slack-github-action@v1.25.0 + uses: slackapi/slack-github-action@v1.26.0 with: channel-id: '#team-dinosaur-dev' slack-message: Deployment of postal-registry to new production has finished diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 326b9ad4..a1c0a7cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -623,7 +623,7 @@ jobs: shell: bash - name: Notify deployment started - uses: slackapi/slack-github-action@v1.25.0 + uses: slackapi/slack-github-action@v1.26.0 with: channel-id: '#team-dinosaur-dev' slack-message: Deployment of postal-registry to test has started @@ -678,7 +678,7 @@ jobs: shell: bash - name: Notify deployment finished - uses: slackapi/slack-github-action@v1.25.0 + uses: slackapi/slack-github-action@v1.26.0 with: channel-id: '#team-dinosaur-dev' slack-message: Deployment of postal-registry to test has finished @@ -700,7 +700,7 @@ jobs: shell: bash - name: Notify deployment started - uses: slackapi/slack-github-action@v1.25.0 + uses: slackapi/slack-github-action@v1.26.0 with: channel-id: '#team-dinosaur-dev' slack-message: Deployment of postal-registry to staging has started @@ -753,7 +753,7 @@ jobs: shell: bash - name: Notify deployment finished - uses: slackapi/slack-github-action@v1.25.0 + uses: slackapi/slack-github-action@v1.26.0 with: channel-id: '#team-dinosaur-dev' slack-message: Deployment of postal-registry to staging has finished