diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3cc8ce8..85259ab 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -52,7 +52,7 @@ jobs: run: vendor/bin/phpunit - name: Send Slack notification - uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3 + uses: slackapi/slack-github-action@0d95c9a7becc1e6e297d76df9bc735c44f4cbcbc # v3.0.5 if: failure() && github.event_name == 'schedule' with: webhook: ${{ secrets.SLACK_WEBHOOK }}