Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
python --version
- name: Clone Git repository (without depth limitation)
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Build distribution
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
submodules: true
- name: Install uv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
python --version
- name: Clone Git repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: git-repo
- name: Install Python package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sounddevice-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
python --version
- name: Clone Git repository (with submodules)
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: git-repo
submodules: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analyzers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
run: |
python --version
- name: Clone Git repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Install sounddevice module
run: |
python -m pip install .
Expand Down