Skip to content

Commit

Permalink
build(deps): bump ravsamhq/notify-slack-action from 1.1 to 2 (#3741)
Browse files Browse the repository at this point in the history
Bumps [ravsamhq/notify-slack-action](https://github.com/ravsamhq/notify-slack-action) from 1.1 to 2.
- [Release notes](https://github.com/ravsamhq/notify-slack-action/releases)
- [Commits](ravsamhq/notify-slack-action@v1.1...v2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 14, 2024
1 parent 25316c1 commit 9b65c10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
bundle config set --local without 'development'
bundle install
bundle exec rake check_doc_links
- uses: ravsamhq/notify-slack-action@v1.1
- uses: ravsamhq/notify-slack-action@v2
if: github.event_name == 'push'
with:
status: ${{ job.status }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: ./.github/workflows/composite/setup
- name: Run Rubocop
run: bundle exec rake rubocop
- uses: ravsamhq/notify-slack-action@v1.1
- uses: ravsamhq/notify-slack-action@v2
if: github.event_name == 'push'
with:
status: ${{ job.status }}
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: ./.github/workflows/composite/setup
- name: Run tests
run: DB=postgres POSTGRES_CONNECTION_PREFIX="postgres://postgres:rootpassword@localhost:5432" bundle exec rake spec
- uses: ravsamhq/notify-slack-action@v1.1
- uses: ravsamhq/notify-slack-action@v2
if: github.event_name == 'push'
with:
status: ${{ job.status }}
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- uses: ./.github/workflows/composite/setup
- name: Run tests
run: DB=mysql MYSQL_CONNECTION_PREFIX="mysql2://root:[email protected]:3306" bundle exec rake spec
- uses: ravsamhq/notify-slack-action@v1.1
- uses: ravsamhq/notify-slack-action@v2
if: github.event_name == 'push'
with:
status: ${{ job.status }}
Expand Down

0 comments on commit 9b65c10

Please sign in to comment.