diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 09ac17f..d19ff0d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -15,7 +15,7 @@ jobs: run: | python --version - name: Clone Git repository (without depth limitation) - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Install dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 32c24a6..e259419 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,7 +5,7 @@ jobs: name: Build distribution runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: true - name: Set up Python diff --git a/.github/workflows/python-versions.yml b/.github/workflows/python-versions.yml index 7622545..e179bd2 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@v4 + uses: actions/checkout@v5 with: path: git-repo - name: Install Python package diff --git a/.github/workflows/sounddevice-data.yml b/.github/workflows/sounddevice-data.yml index 3b1aecb..c4a5a6f 100644 --- a/.github/workflows/sounddevice-data.yml +++ b/.github/workflows/sounddevice-data.yml @@ -25,7 +25,7 @@ jobs: run: | python --version - name: Clone Git repository (with submodules) - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: git-repo submodules: true