Skip to content

Commit 5fa0d34

Browse files
chore(deps): bump the github-action-dependencies group across 1 directory with 2 updates
Bumps the github-action-dependencies group with 2 updates in the / directory: [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) and [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report). Updates `slackapi/slack-github-action` from 1.26.0 to 1.27.0 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@v1.26.0...v1.27.0) Updates `mikepenz/action-junit-report` from 4 to 5 - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](mikepenz/action-junit-report@v4...v5) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-action-dependencies - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 55e5ba5 commit 5fa0d34

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/deploy-sdk.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9191

9292
- name: Notify team of git tag being created
93-
uses: slackapi/slack-github-action@v1.26.0
93+
uses: slackapi/slack-github-action@v1.27.0
9494
if: steps.semantic-release.outputs.new_release_published == 'true' # only run if a git tag was made.
9595
with:
9696
# Use block kit for format of the JSON payloads: https://app.slack.com/block-kit-builder
@@ -135,7 +135,7 @@ jobs:
135135
environment: production
136136

137137
- name: Notify team of failure
138-
uses: slackapi/slack-github-action@v1.26.0
138+
uses: slackapi/slack-github-action@v1.27.0
139139
if: ${{ failure() }} # only run this if any previous step failed
140140
with:
141141
# Use block kit for format of the JSON payloads: https://app.slack.com/block-kit-builder
@@ -216,7 +216,7 @@ jobs:
216216
run: ./scripts/push-cocoapod.sh CustomerIO.podspec
217217

218218
- name: Notify team of successful deployment
219-
uses: slackapi/slack-github-action@v1.26.0
219+
uses: slackapi/slack-github-action@v1.27.0
220220
if: ${{ success() }}
221221
with:
222222
# Use block kit for format of the JSON payloads: https://app.slack.com/block-kit-builder
@@ -253,7 +253,7 @@ jobs:
253253
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
254254

255255
- name: Notify team of failure
256-
uses: slackapi/slack-github-action@v1.26.0
256+
uses: slackapi/slack-github-action@v1.27.0
257257
if: ${{ failure() }} # only run this if any previous step failed
258258
with:
259259
# Use block kit for format of the JSON payloads: https://app.slack.com/block-kit-builder

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
path: test-report.*
5555
if: ${{ always() }}
5656
- name: Publish test results
57-
uses: mikepenz/action-junit-report@v4
57+
uses: mikepenz/action-junit-report@v5
5858
with:
5959
check_name: XCode macOS tests - Results
6060
report_paths: test-report.xml

0 commit comments

Comments
 (0)