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 79a1df3 + 65a9912 commit 859d921Copy full SHA for 859d921
.github/workflows/build-book.yml
@@ -15,7 +15,7 @@ jobs:
15
build-test-book:
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
with:
20
fetch_depth: 0
21
.github/workflows/crowdin_sync.yml
@@ -9,7 +9,7 @@ jobs:
9
10
11
- name: Checkout repo
12
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
13
14
- name: Sync with Crowdin
uses: crowdin/github-action@v2
0 commit comments