diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 59a40ed..3bcb5e0 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -34,7 +34,7 @@ jobs: commit_author: "API-Client GitHub Actions Bot " - name: Send Slack notification - uses: 8398a7/action-slack@v3.12.0 + uses: 8398a7/action-slack@v3.14.0 if: success() with: status: ${{ job.status }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de7c0f8..83e067a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: run: ./vendor/bin/x-ray src --github - name: Send Slack notification - uses: 8398a7/action-slack@v3.12.0 + uses: 8398a7/action-slack@v3.14.0 if: failure() with: status: ${{ job.status }} @@ -66,7 +66,7 @@ jobs: commit_author: "API-Client GitHub Actions Bot " - name: Send Slack notification - uses: 8398a7/action-slack@v3.12.0 + uses: 8398a7/action-slack@v3.14.0 if: success() with: status: ${{ job.status }}