From 7f4cc941c0bb245bbedd953fc1ac9388dcd05c32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 03:03:45 +0000 Subject: [PATCH] Update tryghost/actions digest to c192be7 --- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index de6b53f31..e17baf6e8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -74,7 +74,7 @@ jobs: - name: Publish to npm run: npx nx release publish ${{ (github.event.inputs['dry-run'] == 'true' && '--dry-run') || '' }} - - uses: tryghost/actions/actions/slack-build@1dd21a5e73d36b49b8f52421ec755fc911fc1ccc # main + - uses: tryghost/actions/actions/slack-build@c192be703de6a856879071646a1171d7c53cf485 # main if: failure() with: status: ${{ job.status }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6b80ab28a..803011c48 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -54,7 +54,7 @@ jobs: - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6 - - uses: tryghost/actions/actions/slack-build@1dd21a5e73d36b49b8f52421ec755fc911fc1ccc # main + - uses: tryghost/actions/actions/slack-build@c192be703de6a856879071646a1171d7c53cf485 # main if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main' with: status: ${{ job.status }}