diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index c9079c49..2d2cbc13 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.23.0 + uses: slackapi/slack-github-action@v1.25.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.23.0 + uses: slackapi/slack-github-action@v1.25.0 with: channel-id: '#team-dinosaur-dev' slack-message: Deployment of postal-registry to new production has finished