Skip to content

Commit

Permalink
chore: bump slackapi/slack-github-action in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.24.0 to 1.25.0.
- [Release notes](https://github.com/slackapi/slack-github-action/releases)
- [Commits](slackapi/slack-github-action@v1.24.0...v1.25.0)

---
updated-dependencies:
- dependency-name: slackapi/slack-github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 7, 2024
1 parent ee2bc07 commit 0a3cc6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable_cms_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
SLACK_BOT_TOKEN:passculture-metier-ehp/passculture-ci-slack-bot-token
- name: "Post to a Slack channel on success"
if: ${{ always() && contains(needs.deploy-cms.result, 'success') }}
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
with:
# channel #alertes-deploiement-site-instit
channel-id: "C06EKUL552T"
Expand All @@ -141,7 +141,7 @@ jobs:
SLACK_BOT_TOKEN: ${{ steps.secrets.outputs.SLACK_BOT_TOKEN }}
- name: "Post to a Slack channel on failure"
if: ${{ always() && contains(needs.deploy-cms.result, 'failure') }}
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
with:
# channel #alertes-deploiement-site-instit
channel-id: "C06EKUL552T"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable_public_site_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
SLACK_BOT_TOKEN:passculture-metier-ehp/passculture-ci-slack-bot-token
- name: "Post to a Slack channel on success"
if: ${{ always() && contains(needs.deploy-static-site.result, 'success') }}
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
with:
# channel #alertes-deploiement-site-instit
channel-id: "C06EKUL552T"
Expand All @@ -135,7 +135,7 @@ jobs:
SLACK_BOT_TOKEN: ${{ steps.secrets.outputs.SLACK_BOT_TOKEN }}
- name: "Post to a Slack channel on failure"
if: ${{ always() && contains(needs.deploy-static-site.result, 'failure') }}
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
with:
# channel #alertes-deploiement-site-instit
channel-id: "C06EKUL552T"
Expand Down

0 comments on commit 0a3cc6f

Please sign in to comment.