Skip to content

Commit d63edc0

Browse files
chore(deps): bump the github-action-dependencies group with 2 updates
Bumps the github-action-dependencies group with 2 updates: [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) and [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action). Updates `peter-evans/create-or-update-comment` from 3 to 4 - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@v3...v4) Updates `slackapi/slack-github-action` from 1.26.0 to 2.0.0 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@v1.26.0...v2.0.0) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f44f157 commit d63edc0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/build-sample-apps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205

206206
- name: Update sample builds PR comment with build information
207207
if: ${{ github.event_name == 'pull_request' }}
208-
uses: peter-evans/create-or-update-comment@v3
208+
uses: peter-evans/create-or-update-comment@v4
209209
with:
210210
comment-id: ${{ needs.update-pr-comment.outputs.comment-id }}
211211
issue-number: ${{ github.event.pull_request.number }}
@@ -216,7 +216,7 @@ jobs:
216216

217217
- name: Update sample builds PR comment with build failure message
218218
if: ${{ github.event_name == 'pull_request' && failure() }}
219-
uses: peter-evans/create-or-update-comment@v3
219+
uses: peter-evans/create-or-update-comment@v4
220220
with:
221221
comment-id: ${{ needs.update-pr-comment.outputs.comment-id }}
222222
issue-number: ${{ github.event.pull_request.number }}

.github/workflows/deploy-npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
IS_PRERELEASE: false # at this time, all deployments are made to `main` production branch
4242

4343
- name: Notify team of successful deployment
44-
uses: slackapi/slack-github-action@v1.26.0
44+
uses: slackapi/slack-github-action@v2.0.0
4545
if: ${{ success() }}
4646
with:
4747
# Use block kit to format the Slack message: https://app.slack.com/block-kit-builder
@@ -76,7 +76,7 @@ jobs:
7676
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
7777

7878
- name: Notify team of failure
79-
uses: slackapi/slack-github-action@v1.26.0
79+
uses: slackapi/slack-github-action@v2.0.0
8080
if: ${{ failure() }} # only run this if any previous step failed
8181
with:
8282
# Use block kit to format the Slack message: https://app.slack.com/block-kit-builder

.github/workflows/deploy-sdk.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242

4343
- name: Notify team of git tag being created
44-
uses: slackapi/slack-github-action@v1.26.0
44+
uses: slackapi/slack-github-action@v2.0.0
4545
if: steps.semantic-release.outputs.new_release_published == 'true'
4646
with:
4747
# Use block kit to format the Slack message: https://app.slack.com/block-kit-builder
@@ -84,7 +84,7 @@ jobs:
8484
environment: production
8585

8686
- name: Notify team of failure
87-
uses: slackapi/slack-github-action@v1.26.0
87+
uses: slackapi/slack-github-action@v2.0.0
8888
if: ${{ failure() }} # only run this if any previous step failed
8989
with:
9090
# Use block kit to format the Slack message: https://app.slack.com/block-kit-builder
@@ -142,7 +142,7 @@ jobs:
142142
IS_PRERELEASE: false # at this time, all deployments are made to `main` production branch
143143

144144
- name: Notify team of successful deployment
145-
uses: slackapi/slack-github-action@v1.26.0
145+
uses: slackapi/slack-github-action@v2.0.0
146146
if: ${{ success() }}
147147
with:
148148
# Use block kit to format the Slack message: https://app.slack.com/block-kit-builder
@@ -177,7 +177,7 @@ jobs:
177177
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
178178

179179
- name: Notify team of failure
180-
uses: slackapi/slack-github-action@v1.26.0
180+
uses: slackapi/slack-github-action@v2.0.0
181181
if: ${{ failure() }} # only run this if any previous step failed
182182
with:
183183
# Use block kit to format the Slack message: https://app.slack.com/block-kit-builder

0 commit comments

Comments
 (0)