diff --git a/.github/workflows/coverage_lint_build.yml b/.github/workflows/coverage_lint_build.yml index 82e0e14f..fcb83af1 100644 --- a/.github/workflows/coverage_lint_build.yml +++ b/.github/workflows/coverage_lint_build.yml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 - name: Install CPython - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} @@ -60,7 +60,7 @@ jobs: fetch-depth: 0 - name: Install CPython - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: 3.11 @@ -90,7 +90,7 @@ jobs: - name: "Setup Python @ ${{ matrix.python-version }}" id: setup-python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "${{ matrix.python-version }}" cache: "pip"