Skip to content

Commit 4854f5d

Browse files
Update tryghost/actions digest to 2ad8c9a (#965)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 767a197 commit 4854f5d

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@a20bdddba43405b5702a60bcc4d16bb0923a4383 # main
99+
- uses: tryghost/actions/actions/slack-build@2ad8c9a006b0f0b320bfb8c935706b645ca9409c # 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@a20bdddba43405b5702a60bcc4d16bb0923a4383 # main
61+
- uses: tryghost/actions/actions/slack-build@2ad8c9a006b0f0b320bfb8c935706b645ca9409c # main
6262
if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main'
6363
with:
6464
status: ${{ job.status }}

0 commit comments

Comments
 (0)