diff --git a/.github/workflows/check-release-repositories.yml b/.github/workflows/check-release-repositories.yml index 31994e2..4dfc8ce 100644 --- a/.github/workflows/check-release-repositories.yml +++ b/.github/workflows/check-release-repositories.yml @@ -28,7 +28,7 @@ jobs: - uses: ./compare-branches id: compare - - uses: slackapi/slack-github-action@v1.24.0 + - uses: slackapi/slack-github-action@v3.0.2 if: steps.compare.outputs.diff == 'true' with: payload: | diff --git a/.github/workflows/notify-on-failure.yml b/.github/workflows/notify-on-failure.yml index cec2b6e..fa444d8 100644 --- a/.github/workflows/notify-on-failure.yml +++ b/.github/workflows/notify-on-failure.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v6 if: runner.debug != '1' - - uses: slackapi/slack-github-action@v1.26.0 + - uses: slackapi/slack-github-action@v3.0.2 if: runner.debug != '1' env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_WORKFLOW_MONITOR }}