From bea80c77f0bd396db4c1e9ced6ee4940a91f4403 Mon Sep 17 00:00:00 2001 From: sue445 Date: Sat, 4 Apr 2026 02:26:52 +0900 Subject: [PATCH] Use act10ns/slack@v2.2.0 --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2eac004..d17dfcb 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@2f01f46db9f41c75a04d93c6ce310bc51db7cb50 # v2 + uses: act10ns/slack@d96404edccc6d6467fc7f8134a420c851b1e9054 # v2.2.0 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@2f01f46db9f41c75a04d93c6ce310bc51db7cb50 # v2 + uses: act10ns/slack@d96404edccc6d6467fc7f8134a420c851b1e9054 # v2.2.0 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@2f01f46db9f41c75a04d93c6ce310bc51db7cb50 # v2 + uses: act10ns/slack@d96404edccc6d6467fc7f8134a420c851b1e9054 # v2.2.0 if: "! success()" continue-on-error: true with: @@ -130,7 +130,7 @@ jobs: ls -ld doc/ - name: Slack Notification (not success) - uses: act10ns/slack@2f01f46db9f41c75a04d93c6ce310bc51db7cb50 # v2 + uses: act10ns/slack@d96404edccc6d6467fc7f8134a420c851b1e9054 # v2.2.0 if: "! success()" continue-on-error: true with: