Skip to content

Commit

Permalink
Bump Alfresco/alfresco-build-tools from 3.9.0 to 5.0.0 in /.github/ac…
Browse files Browse the repository at this point in the history
…tions/send-slack-notification-slow-job (#397)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 5db8f2b commit 61b95c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
- name: Slack Notification
if: fromJSON(steps.fetch_time.outputs.total_time) > fromJSON(inputs.max-build-time-seconds)
uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@92947f8dee1180182ac6cf516edce1d4eb7d9b38 # v3.9.0
uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@54f23a67b733f4b39cc644064ecb794944116846 # v5.0.0
with:
channel-id: ${{ inputs.slack-channel }}
message: 'Max build time exceeded: took ${{ steps.fetch_time.outputs.total_time }} seconds (expected max: ${{ inputs.max-build-time-seconds }} seconds)'
Expand Down

0 comments on commit 61b95c7

Please sign in to comment.