Skip to content

Commit c818845

Browse files
Update tryghost/actions digest to 598d632 (#656)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bc60eb6 commit c818845

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
@@ -74,7 +74,7 @@ jobs:
7474
- name: Publish to npm
7575
run: npx nx release publish ${{ (github.event.inputs['dry-run'] == 'true' && '--dry-run') || '' }}
7676

77-
- uses: tryghost/actions/actions/slack-build@144c12f81c50f03abc6e0f94e89909941e5836ae # main
77+
- uses: tryghost/actions/actions/slack-build@598d6328d89dbd796aa02ae2ea66308f9d942224 # main
7878
if: failure()
7979
with:
8080
status: ${{ job.status }}

.github/workflows/test.yml

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

5555
- uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
5656

57-
- uses: tryghost/actions/actions/slack-build@144c12f81c50f03abc6e0f94e89909941e5836ae # main
57+
- uses: tryghost/actions/actions/slack-build@598d6328d89dbd796aa02ae2ea66308f9d942224 # main
5858
if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main'
5959
with:
6060
status: ${{ job.status }}

0 commit comments

Comments
 (0)