diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9dd8e031..52597d76 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: - name: Checkout source code uses: actions/checkout@v6 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.14" cache: 'pip' @@ -77,7 +77,7 @@ jobs: - name: Checkout source code uses: actions/checkout@v6 - name: Set up Python ${{ matrix.python }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python }} cache: 'pip' @@ -118,7 +118,7 @@ jobs: - name: Fetch all branches run: git fetch --all - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.14" cache: 'pip' @@ -146,7 +146,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.14" cache: 'pip'