From 5fa0d340c209ded5a1d7eebe90323161f1b8f9ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 20:42:31 +0000 Subject: [PATCH] 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](https://github.com/slackapi/slack-github-action/compare/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](https://github.com/mikepenz/action-junit-report/compare/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] --- .github/workflows/deploy-sdk.yml | 8 ++++---- .github/workflows/test.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-sdk.yml b/.github/workflows/deploy-sdk.yml index a954a4109..fa1176514 100644 --- a/.github/workflows/deploy-sdk.yml +++ b/.github/workflows/deploy-sdk.yml @@ -90,7 +90,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Notify team of git tag being created - uses: slackapi/slack-github-action@v1.26.0 + uses: slackapi/slack-github-action@v1.27.0 if: steps.semantic-release.outputs.new_release_published == 'true' # only run if a git tag was made. with: # Use block kit for format of the JSON payloads: https://app.slack.com/block-kit-builder @@ -135,7 +135,7 @@ jobs: environment: production - name: Notify team of failure - uses: slackapi/slack-github-action@v1.26.0 + uses: slackapi/slack-github-action@v1.27.0 if: ${{ failure() }} # only run this if any previous step failed with: # Use block kit for format of the JSON payloads: https://app.slack.com/block-kit-builder @@ -216,7 +216,7 @@ jobs: run: ./scripts/push-cocoapod.sh CustomerIO.podspec - name: Notify team of successful deployment - uses: slackapi/slack-github-action@v1.26.0 + uses: slackapi/slack-github-action@v1.27.0 if: ${{ success() }} with: # Use block kit for format of the JSON payloads: https://app.slack.com/block-kit-builder @@ -253,7 +253,7 @@ jobs: SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK - name: Notify team of failure - uses: slackapi/slack-github-action@v1.26.0 + uses: slackapi/slack-github-action@v1.27.0 if: ${{ failure() }} # only run this if any previous step failed with: # Use block kit for format of the JSON payloads: https://app.slack.com/block-kit-builder diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9be030fe9..4e9477387 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -54,7 +54,7 @@ jobs: path: test-report.* if: ${{ always() }} - name: Publish test results - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 with: check_name: XCode macOS tests - Results report_paths: test-report.xml