Skip to content

Commit 0f672e5

Browse files
Bump slackapi/slack-github-action from 3.0.1 to 3.0.2 (#18)
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Changelog](https://github.com/slackapi/slack-github-action/blob/main/CHANGELOG.md) - [Commits](slackapi/slack-github-action@af78098...03ea543) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 13a8e2e commit 0f672e5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
needs: [deploy]
3030
if: ${{ failure() && github.ref == 'refs/heads/main' }}
3131
steps:
32-
- uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3
32+
- uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c # v3
3333
with:
3434
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
3535
webhook-type: incoming-webhook

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
needs: [run_tests, static_type_check, run_linter]
7575
if: ${{ failure() && github.ref == 'refs/heads/main' }}
7676
steps:
77-
- uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3
77+
- uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c # v3
7878
with:
7979
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
8080
webhook-type: incoming-webhook

0 commit comments

Comments
 (0)