Skip to content

Commit 9b65c10

Browse files
build(deps): bump ravsamhq/notify-slack-action from 1.1 to 2 (#3741)
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>
1 parent 25316c1 commit 9b65c10

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
bundle config set --local without 'development'
3636
bundle install
3737
bundle exec rake check_doc_links
38-
- uses: ravsamhq/notify-slack-action@v1.1
38+
- uses: ravsamhq/notify-slack-action@v2
3939
if: github.event_name == 'push'
4040
with:
4141
status: ${{ job.status }}

.github/workflows/unit_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: ./.github/workflows/composite/setup
3030
- name: Run Rubocop
3131
run: bundle exec rake rubocop
32-
- uses: ravsamhq/notify-slack-action@v1.1
32+
- uses: ravsamhq/notify-slack-action@v2
3333
if: github.event_name == 'push'
3434
with:
3535
status: ${{ job.status }}
@@ -62,7 +62,7 @@ jobs:
6262
- uses: ./.github/workflows/composite/setup
6363
- name: Run tests
6464
run: DB=postgres POSTGRES_CONNECTION_PREFIX="postgres://postgres:rootpassword@localhost:5432" bundle exec rake spec
65-
- uses: ravsamhq/notify-slack-action@v1.1
65+
- uses: ravsamhq/notify-slack-action@v2
6666
if: github.event_name == 'push'
6767
with:
6868
status: ${{ job.status }}
@@ -92,7 +92,7 @@ jobs:
9292
- uses: ./.github/workflows/composite/setup
9393
- name: Run tests
9494
run: DB=mysql MYSQL_CONNECTION_PREFIX="mysql2://root:[email protected]:3306" bundle exec rake spec
95-
- uses: ravsamhq/notify-slack-action@v1.1
95+
- uses: ravsamhq/notify-slack-action@v2
9696
if: github.event_name == 'push'
9797
with:
9898
status: ${{ job.status }}

0 commit comments

Comments
 (0)