diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14e2e45..307102c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: ${{ matrix.compiler_cxx }} --version - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }}