Skip to content

Commit e076882

Browse files
Update tryghost/actions digest to 0607e4b (#168)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aa790da commit e076882

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
@@ -92,7 +92,7 @@ jobs:
9292
(cd "$dir" && npm publish ${{ (github.event.inputs['dry-run'] == 'true' && '--dry-run') || '' }})
9393
done
9494
95-
- uses: tryghost/actions/actions/slack-build@2390ec2c041d2413852201ac3894381e98e4b13f # main
95+
- uses: tryghost/actions/actions/slack-build@0607e4b19217c375b376d7af0110ca6a851be288 # main
9696
if: failure()
9797
with:
9898
status: ${{ job.status }}

.github/workflows/test.yml

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

6161
- uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7
6262

63-
- uses: tryghost/actions/actions/slack-build@2390ec2c041d2413852201ac3894381e98e4b13f # main
63+
- uses: tryghost/actions/actions/slack-build@0607e4b19217c375b376d7af0110ca6a851be288 # main
6464
if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main'
6565
with:
6666
status: ${{ job.status }}

0 commit comments

Comments
 (0)