diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ac5a3b0..2fce4083 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,7 +145,7 @@ jobs: steps: - name: Workflow Status id: check - uses: martialonline/workflow-status@v2 + uses: martialonline/workflow-status@v3 - name: Send Notification uses: 8398a7/action-slack@v3 if: steps.check.outputs.status == 'failure' diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml index e7d0292f..c26f5cdd 100644 --- a/.github/workflows/fossa.yml +++ b/.github/workflows/fossa.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Workflow Status id: check - uses: martialonline/workflow-status@v2 + uses: martialonline/workflow-status@v3 - name: Output Variables id: commit run: |