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 9cc59f8 commit bb65479Copy full SHA for bb65479
.github/workflows/docs.yml
@@ -15,7 +15,7 @@ jobs:
15
run: |
16
python --version
17
- name: Clone Git repository (without depth limitation)
18
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
19
with:
20
fetch-depth: 0
21
- name: Install dependencies
.github/workflows/python-versions.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
- name: Clone Git repository
27
28
29
path: git-repo
30
- name: Install Python package
.github/workflows/sounddevice-data.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Clone Git repository (with submodules)
submodules: true
0 commit comments