We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2299ca + 6261ebc commit c5df45dCopy full SHA for c5df45d
2 files changed
.github/workflows/force-deploy-static.yml
@@ -27,7 +27,7 @@ jobs:
27
28
steps:
29
- name: Checkout
30
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
31
32
- name: Setup Pages
33
uses: actions/configure-pages@v5
.github/workflows/static.yml
@@ -29,7 +29,7 @@ jobs:
with:
34
fetch-depth: 5
35
0 commit comments