Merge remote-tracking branch 'origin/master' into blog-content

This commit is contained in:
github-actions[bot] 2026-04-14 10:48:30 +00:00
commit 6175fc406f
2 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
@ -55,7 +55,7 @@ jobs:
steps:
- name: Checkout blog-content branch
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: blog-content

View file

@ -1,4 +1,4 @@
<div id="page-loading-indicator" aria-hidden="true">
<div id="page-loading-indicator" aria-hidden="true" transition:persist>
<span class="page-loading-spinner"></span>
</div>