diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index efc3a77..39cfdcd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -79,7 +79,7 @@ jobs: # notify developers if the scheduled check fails - name: Slack notification if: ${{ github.event_name == 'schedule' && (failure() || cancelled()) }} - uses: 8398a7/action-slack@v3.15.1 + uses: 8398a7/action-slack@v3.16.2 with: status: ${{ job.status }} fields: workflow,job,message,commit