Skip to content

Commit d359412

Browse files
Update actions/cache digest to 27d5ce7 (#27441)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) ([changelog](https://redirect.github.com/actions/cache/compare/668228422ae6a00e4ad889ee87cd7109ec5666a7..27d5ce7f107fe9357f9df03efb73ab90386fccae)) | action | digest | `6682284` → `27d5ce7` | --- ### Configuration 📅 **Schedule**: (in timezone Etc/UTC) - Branch creation - Only on Sunday and Saturday (`* * * * 0,6`) - Between 12:00 AM and 12:59 PM, only on Monday (`* 0-12 * * 1`) - Between 09:00 PM and 11:59 PM, Monday through Friday (`* 21-23 * * 1-5`) - Between 12:00 AM and 04:59 AM, Tuesday through Saturday (`* 0-4 * * 2-6`) - Automerge - Only on Sunday and Saturday (`* * * * 0,6`) - Between 12:00 AM and 12:59 PM, only on Monday (`* 0-12 * * 1`) - Between 10:00 PM and 11:59 PM, Monday through Friday (`* 22-23 * * 1-5`) - Between 12:00 AM and 04:59 AM, Tuesday through Saturday (`* 0-4 * * 2-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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/TryGhost/Ghost). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjMuOCIsInVwZGF0ZWRJblZlciI6IjQzLjEyMy44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ae0898e commit d359412

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/setup-playwright/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
2727
- name: Check if Playwright browser is cached
2828
id: playwright-cache
29-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
29+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
3030
with:
3131
path: ~/.cache/ms-playwright
3232
key: ${{ runner.os }}-Playwright-${{ steps.playwright-version.outputs.version }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
- name: Install dependencies
240240
run: pnpm install --frozen-lockfile
241241

242-
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
242+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
243243
with:
244244
path: ghost/**/.eslintcache
245245
key: eslint-cache

0 commit comments

Comments
 (0)