From fd24bd3ee57b427d787dab3e9ef6d13019d50605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 08:16:46 +0000 Subject: [PATCH] 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](https://github.com/actions/checkout/compare/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] --- .github/workflows/docs.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/python-versions.yml | 2 +- .github/workflows/sounddevice-data.yml | 2 +- .github/workflows/static-analyzers.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e4470c2..30ef011 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone Git repository (no submodules, without depth limitation) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Install uv diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9ae3818..cb94d52 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,7 +7,7 @@ jobs: name: Build distribution runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true - name: Install uv diff --git a/.github/workflows/python-versions.yml b/.github/workflows/python-versions.yml index cca1e72..dd4b2e6 100644 --- a/.github/workflows/python-versions.yml +++ b/.github/workflows/python-versions.yml @@ -22,7 +22,7 @@ jobs: run: | python --version - name: Clone Git repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: git-repo - name: Install Python package diff --git a/.github/workflows/sounddevice-data.yml b/.github/workflows/sounddevice-data.yml index 5bdfaad..5f3ad2f 100644 --- a/.github/workflows/sounddevice-data.yml +++ b/.github/workflows/sounddevice-data.yml @@ -27,7 +27,7 @@ jobs: run: | python --version - name: Clone Git repository (with submodules) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: git-repo submodules: true diff --git a/.github/workflows/static-analyzers.yml b/.github/workflows/static-analyzers.yml index 93460d2..0c956d5 100644 --- a/.github/workflows/static-analyzers.yml +++ b/.github/workflows/static-analyzers.yml @@ -12,7 +12,7 @@ jobs: run: | python --version - name: Clone Git repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install sounddevice module run: | python -m pip install .