Skip to content

Commit fd24bd3

Browse files
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 88de286 commit fd24bd3

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Clone Git repository (no submodules, without depth limitation)
11-
uses: actions/checkout@v6
11+
uses: actions/checkout@v7
1212
with:
1313
fetch-depth: 0
1414
- name: Install uv

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Build distribution
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v6
10+
- uses: actions/checkout@v7
1111
with:
1212
submodules: true
1313
- name: Install uv

.github/workflows/python-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
python --version
2424
- name: Clone Git repository
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@v7
2626
with:
2727
path: git-repo
2828
- name: Install Python package

.github/workflows/sounddevice-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
python --version
2929
- name: Clone Git repository (with submodules)
30-
uses: actions/checkout@v6
30+
uses: actions/checkout@v7
3131
with:
3232
path: git-repo
3333
submodules: true

.github/workflows/static-analyzers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
run: |
1313
python --version
1414
- name: Clone Git repository
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616
- name: Install sounddevice module
1717
run: |
1818
python -m pip install .

0 commit comments

Comments
 (0)