Skip to content

Commit 1a05092

Browse files
chore(deps): bump slackapi/slack-github-action from 2.1.0 to 2.1.1
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@b0fa283...91efab1) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dd4d622 commit 1a05092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
if: failure() && github.ref == 'refs/heads/main' && github.event_name != 'workflow_dispatch'
9090
steps:
9191
- name: Send notifications of failing tests
92-
uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0
92+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
9393
with:
9494
errors: true
9595
webhook: ${{ secrets.SLACK_REGRESSION_FAILURES_WEBHOOK_URL }}

0 commit comments

Comments
 (0)