diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 6056f7d..8259f53 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -16,7 +16,7 @@ jobs: name: install audio library libsndfile run: sudo apt-get -y update && sudo apt-get install -y libsndfile1 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install requirements @@ -37,7 +37,7 @@ jobs: - name: install audio library libsndfile run: sudo apt-get -y update && sudo apt-get install -y libsndfile1 - name: Setup Python 3.9 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.9 - name: Generate coverage report @@ -58,7 +58,7 @@ jobs: - name: install audio library libsndfile run: sudo apt-get -y update && sudo apt-get install -y libsndfile1 - name: Setup Python 3.9 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.9 - name: Install dependencies @@ -80,7 +80,7 @@ jobs: - name: install audio library libsndfile run: sudo apt-get -y update && sudo apt-get install -y libsndfile1 - name: Set up Python 3.9 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.9 - name: Install wheel