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 a49116d commit 3168bf0Copy full SHA for 3168bf0
.github/workflows/build_docs.yml
@@ -8,7 +8,7 @@ jobs:
8
build-docs:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
12
13
- name: Set up Python
14
uses: actions/setup-python@v4
.github/workflows/install_from_wheel.yml
@@ -15,7 +15,7 @@ jobs:
15
max-parallel: 5
16
17
18
19
20
21
with:
.github/workflows/run_tests.yml
0 commit comments