We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82038f3 commit 338fa45Copy full SHA for 338fa45
.github/workflows/gh-pages.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Checkout
22
- uses: actions/checkout@v4 # Updated to v4
+ uses: actions/checkout@v5 # Updated to v5
23
with:
24
submodules: recursive # 'recursive' is safer for themes
25
fetch-depth: 0
0 commit comments