We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e15db82 commit b9a9c9aCopy full SHA for b9a9c9a
.github/workflows/docbuild.yaml
@@ -27,7 +27,7 @@ jobs:
27
path: matter
28
fetch-depth: 0
29
- name: Install Python
30
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
31
with:
32
python-version: 3.8
33
cache-dependency-path: matter/docs/requirements.txt
.github/workflows/protocol_compatibility.yaml
@@ -28,7 +28,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup python
python-version: 3.11
34
- name: Install dependencies
0 commit comments