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 Feb 2, 2023
1 parent f387ad3 commit aeb9024
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 @@ -60,7 +60,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 @@ -121,7 +121,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 @@ -167,7 +167,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 aeb9024

Please sign in to comment.