There was an error while loading. Please reload this page.
1 parent 646eb93 commit 775ee58Copy full SHA for 775ee58
2 files changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
contents: write # Needed to push the PR preview to the gh-pages branch
26
pull-requests: write # Needed to comment the preview link on the PR
27
steps:
28
- - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
+ - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
29
with:
30
fetch-depth: 0
31
persist-credentials: false
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
permissions:
21
contents: write # Needed to push the built site to the gh-pages branch
22
23
24
0 commit comments