We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd2110f + 411e824 commit 4eca598Copy full SHA for 4eca598
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
17
with:
18
fetch-depth: 0
19
.github/workflows/sync-readme.yml
@@ -15,14 +15,14 @@ jobs:
- name: Checkout main
20
- name: Copy README.md
21
run: |
22
cp -f README.md ${{ runner.temp }}/README.md
23
24
- name: Checkout gh-pages
25
26
27
ref: gh-pages
28
0 commit comments