Skip to content

Commit 00ac194

Browse files
Combined Dependabot PR (#1466)
* Bump slackapi/slack-github-action from 1.24.0 to 2.0.0 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.24.0 to 2.0.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@v1.24.0...v2.0.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Bump codecov/codecov-action from 3 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6fa86b1 commit 00ac194

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dependabot-merger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
core.setOutput('pr_list', combinedPRsString);
115115
116116
- name: Post to a Slack channel
117-
uses: slackapi/slack-github-action@v1.24.0
117+
uses: slackapi/slack-github-action@v2.0.0
118118
id: slack
119119
with:
120120
channel-id: "C03RTLRKJQP"

.github/workflows/sync-readme-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
--data "$payload"
4141

4242
- name: Announce New Release in Slack
43-
uses: slackapi/slack-github-action@v1.24.0
43+
uses: slackapi/slack-github-action@v2.0.0
4444
with:
4545
channel-id: "C063MQJMKJN" #sdk-releases
4646
payload: |

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
name: test-results
4545
path: fastlane/test_output
4646
- name: Upload codecov results
47-
uses: codecov/codecov-action@v3
47+
uses: codecov/codecov-action@v5
4848
with:
4949
files: ./fastlane/test_output/cobertura.xml

0 commit comments

Comments
 (0)