From 15f4075b7d947804eff48d1817c0a401ac1144f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 12:26:06 +0000 Subject: [PATCH] Update slackapi/slack-github-action action to v2 --- .github/workflows/timescaledb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/timescaledb.yml b/.github/workflows/timescaledb.yml index aaa8eba..0a2544b 100644 --- a/.github/workflows/timescaledb.yml +++ b/.github/workflows/timescaledb.yml @@ -58,7 +58,7 @@ jobs: - name: Notify slack on failure if: failure() - uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0 + uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0 with: channel-id: 'CEKV5LMK3' slack-message: 'Nightly pgspot run for timescaledb repository failed. <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|Details>'