Skip to content

Commit 47a9097

Browse files
Update tryghost/actions digest to 483e476
1 parent fe1b33a commit 47a9097

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
if: steps.pubs.outputs.projects != ''
9797
run: npx nx release publish --projects=${{ steps.pubs.outputs.projects }} ${{ (github.event.inputs['dry-run'] == 'true' && '--dry-run') || '' }}
9898

99-
- uses: tryghost/actions/actions/slack-build@dc2cd3041a8b80b8792c47f1f647454a9302ac3b # main
99+
- uses: tryghost/actions/actions/slack-build@483e476e0898faa00503cf209a0aada35102f001 # main
100100
if: failure()
101101
with:
102102
status: ${{ job.status }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7
6060

61-
- uses: tryghost/actions/actions/slack-build@dc2cd3041a8b80b8792c47f1f647454a9302ac3b # main
61+
- uses: tryghost/actions/actions/slack-build@483e476e0898faa00503cf209a0aada35102f001 # main
6262
if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main'
6363
with:
6464
status: ${{ job.status }}

0 commit comments

Comments
 (0)