diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59b9e9d..2ac7bbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 - name: Get pip cache dir id: pip-cache run: | @@ -59,7 +59,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Python ${{ matrix.pyver }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.pyver }} - name: Get pip cache dir @@ -110,7 +110,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 - name: Install dependencies run: python -m pip install -U pip wheel twine build