Skip to content

Commit

Permalink
build(deps): bump act10ns/slack from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [act10ns/slack](https://github.com/act10ns/slack) from 1 to 2.
- [Release notes](https://github.com/act10ns/slack/releases)
- [Changelog](https://github.com/act10ns/slack/blob/master/RELEASE.md)
- [Commits](act10ns/slack@v1...v2)

---
updated-dependencies:
- dependency-name: act10ns/slack
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 14, 2022
1 parent 9591865 commit eb9b25a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: npm run lint

- name: Send Slack notifications
uses: act10ns/slack@v1
uses: act10ns/slack@v2
if: failure()
with:
status: ${{ job.status }}
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
retention-days: 7

- name: Send Slack notifications
uses: act10ns/slack@v1
uses: act10ns/slack@v2
if: failure()
with:
status: ${{ job.status }}
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
run: npm run build:ci

- name: Send Slack notifications
uses: act10ns/slack@v1
uses: act10ns/slack@v2
if: failure()
with:
status: ${{ job.status }}
Expand Down

0 comments on commit eb9b25a

Please sign in to comment.