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 9e6d96a + 006ee5d commit 0ba930dCopy full SHA for 0ba930d
.github/workflows/exctarct-en-lang.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: ⬇️ Checkout repository
23
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
24
25
- name: 🧰 Set up yq
26
uses: mikefarah/yq@v4
.github/workflows/test-pr.yml
@@ -9,7 +9,7 @@ jobs:
9
test-pr:
10
runs-on: ubuntu-latest
11
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
13
- uses: actions/setup-python@v6
14
with:
15
python-version: 3.x
.github/workflows/update-languages-in-mkdocs.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
0 commit comments