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.
1 parent a2f3c3e commit 96a126fCopy full SHA for 96a126f
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
- linkcheck
25
26
steps:
27
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
28
29
- name: Set up Python
30
uses: actions/setup-python@v4
.github/workflows/translation.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
- name: Grab the repo src
22
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
23
with:
fetch-depth: 0 # To reach the common commit
- name: Set up git user as [bot]
0 commit comments