diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 383b4fe..2eac004 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,7 +43,7 @@ jobs: - run: bundle exec rake spec - name: Slack Notification (not success) - uses: act10ns/slack@cfcc30955fe9377f4f55e1079e5419ee1014269f # v2 + uses: act10ns/slack@2f01f46db9f41c75a04d93c6ce310bc51db7cb50 # v2 if: "! success()" continue-on-error: true with: @@ -71,7 +71,7 @@ jobs: - run: bundle exec rake rubocop - name: Slack Notification (not success) - uses: act10ns/slack@cfcc30955fe9377f4f55e1079e5419ee1014269f # v2 + uses: act10ns/slack@2f01f46db9f41c75a04d93c6ce310bc51db7cb50 # v2 if: "! success()" continue-on-error: true with: @@ -99,7 +99,7 @@ jobs: - run: bundle exec rake rbs - name: Slack Notification (not success) - uses: act10ns/slack@cfcc30955fe9377f4f55e1079e5419ee1014269f # v2 + uses: act10ns/slack@2f01f46db9f41c75a04d93c6ce310bc51db7cb50 # v2 if: "! success()" continue-on-error: true with: @@ -130,7 +130,7 @@ jobs: ls -ld doc/ - name: Slack Notification (not success) - uses: act10ns/slack@cfcc30955fe9377f4f55e1079e5419ee1014269f # v2 + uses: act10ns/slack@2f01f46db9f41c75a04d93c6ce310bc51db7cb50 # v2 if: "! success()" continue-on-error: true with: