From f87c8bda33be47832220a6f72191f361a38b73bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 22:49:18 +0000 Subject: [PATCH] Bump skitionek/notify-microsoft-teams from 1.0.8 to 1.0.9 Bumps [skitionek/notify-microsoft-teams](https://github.com/skitionek/notify-microsoft-teams) from 1.0.8 to 1.0.9. - [Release notes](https://github.com/skitionek/notify-microsoft-teams/releases) - [Changelog](https://github.com/Skitionek/notify-microsoft-teams/blob/master/CHANGELOG.md) - [Commits](https://github.com/skitionek/notify-microsoft-teams/compare/v1.0.8...v1.0.9) --- updated-dependencies: - dependency-name: skitionek/notify-microsoft-teams dependency-version: 1.0.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/python-integration-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-integration-tests.yml b/.github/workflows/python-integration-tests.yml index 34d120567a0d..f45c48f5639a 100644 --- a/.github/workflows/python-integration-tests.yml +++ b/.github/workflows/python-integration-tests.yml @@ -544,7 +544,7 @@ jobs: script: core.setFailed('Integration Tests Cancelled!') - name: Microsoft Teams Notification - uses: skitionek/notify-microsoft-teams@v1.0.8 + uses: skitionek/notify-microsoft-teams@v1.0.9 if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request' with: webhook_url: ${{ secrets.MSTEAMS_WEBHOOK }} @@ -554,7 +554,7 @@ jobs: title: "{title: ` ${{ env.run_type }}: ${{ env.date }} `, text: ` ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}`}" - name: Microsoft Teams Notification (Dry Run) - uses: skitionek/notify-microsoft-teams@v1.0.8 + uses: skitionek/notify-microsoft-teams@v1.0.9 if: github.ref != 'refs/heads/main' with: webhook_url: NONE