Skip to content

Commit

Permalink
chore(deps): update slackapi/slack-github-action action to v1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 29, 2024
1 parent 47ca076 commit 8be5346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
fi
- name: Announce success
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v1.27.0
if: >
success()
&& env.SKIP_ANNOUNCE == 'false'
Expand All @@ -144,7 +144,7 @@ jobs:
}
- name: Announce failure
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v1.27.0
if: >
failure()
&& env.SKIP_ANNOUNCE == 'false'
Expand Down

0 comments on commit 8be5346

Please sign in to comment.