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 98af924 + 2de1642 commit 7e225c8Copy full SHA for 7e225c8
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
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