Skip to content

Commit bea80c7

Browse files
committed
Use act10ns/slack@v2.2.0
1 parent 350abd1 commit bea80c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- run: bundle exec rake spec
4444

4545
- name: Slack Notification (not success)
46-
uses: act10ns/slack@2f01f46db9f41c75a04d93c6ce310bc51db7cb50 # v2
46+
uses: act10ns/slack@d96404edccc6d6467fc7f8134a420c851b1e9054 # v2.2.0
4747
if: "! success()"
4848
continue-on-error: true
4949
with:
@@ -71,7 +71,7 @@ jobs:
7171
- run: bundle exec rake rubocop
7272

7373
- name: Slack Notification (not success)
74-
uses: act10ns/slack@2f01f46db9f41c75a04d93c6ce310bc51db7cb50 # v2
74+
uses: act10ns/slack@d96404edccc6d6467fc7f8134a420c851b1e9054 # v2.2.0
7575
if: "! success()"
7676
continue-on-error: true
7777
with:
@@ -99,7 +99,7 @@ jobs:
9999
- run: bundle exec rake rbs
100100

101101
- name: Slack Notification (not success)
102-
uses: act10ns/slack@2f01f46db9f41c75a04d93c6ce310bc51db7cb50 # v2
102+
uses: act10ns/slack@d96404edccc6d6467fc7f8134a420c851b1e9054 # v2.2.0
103103
if: "! success()"
104104
continue-on-error: true
105105
with:
@@ -130,7 +130,7 @@ jobs:
130130
ls -ld doc/
131131
132132
- name: Slack Notification (not success)
133-
uses: act10ns/slack@2f01f46db9f41c75a04d93c6ce310bc51db7cb50 # v2
133+
uses: act10ns/slack@d96404edccc6d6467fc7f8134a420c851b1e9054 # v2.2.0
134134
if: "! success()"
135135
continue-on-error: true
136136
with:

0 commit comments

Comments
 (0)