Skip to content

Commit 911af4c

Browse files
Update tryghost/actions digest to db6f335 (#28624)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tryghost/actions](https://redirect.github.com/tryghost/actions) ([changelog](https://redirect.github.com/tryghost/actions/compare/9b2a4a48cd458728c438c7fc090b3863b494cd16..db6f335950a25f481f4fedfa84ab43a470348c07)) | action | digest | `9b2a4a4` → `db6f335` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/28155) for more information. --- ### Configuration 📅 **Schedule**: (in timezone Etc/UTC) - Branch creation - Only on Sunday and Saturday (`* * * * 0,6`) - Between 11:00 PM and 11:59 PM, Monday through Friday (`* 23 * * 1-5`) - Between 12:00 AM and 04:59 AM, Monday through Saturday (`* 0-4 * * 1-6`) - Automerge - Only on Sunday and Saturday (`* * * * 0,6`) - Between 11:00 PM and 11:59 PM, Monday through Friday (`* 23 * * 1-5`) - Between 12:00 AM and 04:59 AM, Monday through Saturday (`* 0-4 * * 1-6`) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjQuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIyNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: tryghost-renovate[bot] <269725441+tryghost-renovate[bot]@users.noreply.github.com>
1 parent a74e55c commit 911af4c

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312
NX_BASE: ${{ needs.job_setup.outputs.nx_base }}
313313
NX_HEAD: ${{ env.HEAD_COMMIT }}
314314

315-
- uses: tryghost/actions/actions/slack-build@9b2a4a48cd458728c438c7fc090b3863b494cd16 # main
315+
- uses: tryghost/actions/actions/slack-build@db6f335950a25f481f4fedfa84ab43a470348c07 # main
316316
if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main'
317317
with:
318318
status: ${{ job.status }}
@@ -376,7 +376,7 @@ jobs:
376376
name: admin-coverage
377377
path: ghost/*/coverage/cobertura-coverage.xml
378378

379-
- uses: tryghost/actions/actions/slack-build@9b2a4a48cd458728c438c7fc090b3863b494cd16 # main
379+
- uses: tryghost/actions/actions/slack-build@db6f335950a25f481f4fedfa84ab43a470348c07 # main
380380
if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main'
381381
with:
382382
status: ${{ job.status }}
@@ -448,7 +448,7 @@ jobs:
448448
exit 1
449449
fi
450450
451-
- uses: tryghost/actions/actions/slack-build@9b2a4a48cd458728c438c7fc090b3863b494cd16 # main
451+
- uses: tryghost/actions/actions/slack-build@db6f335950a25f481f4fedfa84ab43a470348c07 # main
452452
if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main'
453453
with:
454454
status: ${{ job.status }}
@@ -584,7 +584,7 @@ jobs:
584584
ghost/*/coverage-e2e/cobertura-coverage.xml
585585
ghost/*/coverage-integration/cobertura-coverage.xml
586586
587-
- uses: tryghost/actions/actions/slack-build@9b2a4a48cd458728c438c7fc090b3863b494cd16 # main
587+
- uses: tryghost/actions/actions/slack-build@db6f335950a25f481f4fedfa84ab43a470348c07 # main
588588
if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main'
589589
with:
590590
status: ${{ job.status }}
@@ -670,7 +670,7 @@ jobs:
670670
exit 1
671671
fi
672672
673-
- uses: tryghost/actions/actions/slack-build@9b2a4a48cd458728c438c7fc090b3863b494cd16 # main
673+
- uses: tryghost/actions/actions/slack-build@db6f335950a25f481f4fedfa84ab43a470348c07 # main
674674
if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main'
675675
with:
676676
status: ${{ job.status }}
@@ -723,7 +723,7 @@ jobs:
723723
path: apps/${{ steps.app_name.outputs.name }}/playwright-report
724724
retention-days: 30
725725

726-
- uses: tryghost/actions/actions/slack-build@9b2a4a48cd458728c438c7fc090b3863b494cd16 # main
726+
- uses: tryghost/actions/actions/slack-build@db6f335950a25f481f4fedfa84ab43a470348c07 # main
727727
if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main'
728728
with:
729729
status: ${{ job.status }}
@@ -822,7 +822,7 @@ jobs:
822822
run: |
823823
[ -f ~/.ghost/logs/*.log ] && cat ~/.ghost/logs/*.log
824824
825-
- uses: tryghost/actions/actions/slack-build@9b2a4a48cd458728c438c7fc090b3863b494cd16 # main
825+
- uses: tryghost/actions/actions/slack-build@db6f335950a25f481f4fedfa84ab43a470348c07 # main
826826
if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main'
827827
with:
828828
status: ${{ job.status }}
@@ -1406,7 +1406,7 @@ jobs:
14061406
path: e2e/test-results
14071407
retention-days: 7
14081408

1409-
- uses: tryghost/actions/actions/slack-build@9b2a4a48cd458728c438c7fc090b3863b494cd16 # main
1409+
- uses: tryghost/actions/actions/slack-build@db6f335950a25f481f4fedfa84ab43a470348c07 # main
14101410
if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main'
14111411
with:
14121412
status: ${{ job.status }}

.github/workflows/label-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
runs-on: ubuntu-latest
1919
if: github.repository_owner == 'TryGhost'
2020
steps:
21-
- uses: tryghost/actions/actions/label-actions@9b2a4a48cd458728c438c7fc090b3863b494cd16 # main
21+
- uses: tryghost/actions/actions/label-actions@db6f335950a25f481f4fedfa84ab43a470348c07 # main

0 commit comments

Comments
 (0)