From f038c2886b9a4cfd8b3a64ea212f5884b8929cfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 07:43:30 +0000 Subject: [PATCH] build(deps): bump jdcargile/ms-teams-notification from 1.3 to 1.4 Bumps [jdcargile/ms-teams-notification](https://github.com/jdcargile/ms-teams-notification) from 1.3 to 1.4. - [Release notes](https://github.com/jdcargile/ms-teams-notification/releases) - [Commits](https://github.com/jdcargile/ms-teams-notification/compare/v1.3...v1.4) --- updated-dependencies: - dependency-name: jdcargile/ms-teams-notification dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_cd_nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd_nightly.yml b/.github/workflows/ci_cd_nightly.yml index 293187ab..791d7c04 100644 --- a/.github/workflows/ci_cd_nightly.yml +++ b/.github/workflows/ci_cd_nightly.yml @@ -142,7 +142,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Microsoft Teams Notification - uses: jdcargile/ms-teams-notification@v1.3 + uses: jdcargile/ms-teams-notification@v1.4 with: github-token: ${{ secrets.GITHUB_TOKEN }} ms-teams-webhook-uri: ${{ secrets.MS_TEAMS_WEBHOOK_URI }}