diff --git a/.github/workflows/deploy_helm_chart.yml b/.github/workflows/deploy_helm_chart.yml index 0cfee1e..a8c7d4b 100644 --- a/.github/workflows/deploy_helm_chart.yml +++ b/.github/workflows/deploy_helm_chart.yml @@ -333,7 +333,7 @@ jobs: echo "LAST_COMMIT_MSG=$LAST_COMMIT_MSG" >> $GITHUB_ENV - name: Send notification - uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c #3.0.3 + uses: slackapi/slack-github-action@dcb1066f776dd043e64d0e8ba94ca15cc7e1875d #4.0.0 id: send_notification if: ${{ fromJson( inputs.slack_notification_enabled ) }} with: @@ -405,7 +405,7 @@ jobs: - name: Update notification if: ${{ always() && fromJson( inputs.slack_notification_enabled ) }} - uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c #3.0.3 + uses: slackapi/slack-github-action@dcb1066f776dd043e64d0e8ba94ca15cc7e1875d #4.0.0 with: method: 'chat.update' token: ${{ secrets.slack_token }}