Skip to content

Commit

Permalink
Fixing actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
julialawrence committed Nov 22, 2024
1 parent b902bfd commit 2c2ae02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/entraid-scim-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Send initial message to Slack
id: slack_message
uses: slackapi/slack-github-action@v1.27.0
uses: slackapi/slack-github-action@v2.0.0
with:
webhook: ${{ env.SLACK_INCOMING_WEBHOOK }}
webhook-type: incoming-webhook
Expand All @@ -76,7 +76,7 @@ jobs:
echo "content=$CONTENT_ESCAPED" >> $GITHUB_OUTPUT
- name: Send Terraform plan output to Slack
uses: slackapi/slack-github-action@v1.27.0
uses: slackapi/slack-github-action@v2.0.0
with:
webhook: ${{ env.SLACK_INCOMING_WEBHOOK }}
webhook-type: incoming-webhook
Expand Down

0 comments on commit 2c2ae02

Please sign in to comment.