From b9062ffbda294e3b40615a939b536be47d444e78 Mon Sep 17 00:00:00 2001 From: Branden Rodgers Date: Thu, 22 Aug 2024 11:36:14 -0400 Subject: [PATCH] change version of the slack notifiations action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29471c8dd..8851b9a55 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ jobs: steps: - name: Build Failure Slack Report - uses: ravsamhq/notify-slack-action@master + uses: ravsamhq/notify-slack-action@v2 if: ${{ always() && github.ref_name == 'main' }} with: status: ${{ job.status }}