From ffcd8041cfb6a8d1ca7d5ea15bf7a27b0f458ba6 Mon Sep 17 00:00:00 2001 From: Simon Welsch Date: Mon, 15 Apr 2024 16:13:37 +0200 Subject: [PATCH] fix(INF-70): set action-slack to v3 --- .github/workflows/continuous-delivery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 88a16d0..a7eab9d 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -96,7 +96,7 @@ jobs: -d '{"event_type":"release_created","client_payload":{"version":"${{ steps.semanticversion.outputs.new_version }}"}}' - name: Notify Developers - uses: 8398a7/action-slack@v4 + uses: 8398a7/action-slack@v3 with: username: GitHub icon_emoji: octocat