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 891bd2f + 032fd49 commit 1d03719Copy full SHA for 1d03719
.github/workflows/documentation.yml
@@ -14,12 +14,12 @@ jobs:
14
uses: actions/checkout@v4
15
16
- name: Setup Python
17
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
18
with:
19
python-version: 3.8
20
21
22
23
24
25
.github/workflows/run-tests.yml
@@ -18,7 +18,7 @@ jobs:
- name: Setup Rust
uses: actions-rs/toolchain@v1
0 commit comments