diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a4871dae..b559159a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -92,7 +92,7 @@ jobs: (cd "$dir" && npm publish ${{ (github.event.inputs['dry-run'] == 'true' && '--dry-run') || '' }}) done - - uses: tryghost/actions/actions/slack-build@2eaff8db960655334661c350f557b8d798ec8d27 # main + - uses: tryghost/actions/actions/slack-build@4d127f5388618fd9dc260e8ef4a64777f8b564cb # main if: failure() with: status: ${{ job.status }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4422f851..6271e8f2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,7 +60,7 @@ jobs: - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 - - uses: tryghost/actions/actions/slack-build@2eaff8db960655334661c350f557b8d798ec8d27 # main + - uses: tryghost/actions/actions/slack-build@4d127f5388618fd9dc260e8ef4a64777f8b564cb # main if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main' with: status: ${{ job.status }}