From 28e5ca976c053d54e2b852f3f38da312f35a24fc Mon Sep 17 00:00:00 2001 From: JD Cargile Date: Wed, 21 Feb 2024 21:04:43 -0700 Subject: [PATCH] chore: Bump version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba31791..db25027 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v4 # this is the new step using the ms-teams-notification action - name: Notify dedicated teams channel - uses: jdcargile/ms-teams-notification@v1.3 + uses: jdcargile/ms-teams-notification@v1.4 with: github-token: ${{ github.token }} # this will use the runner's token. ms-teams-webhook-uri: ${{ secrets.MS_TEAMS_WEBHOOK_URI }}