diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 372df0e..cc0f78b 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -96,7 +96,7 @@ jobs: ref: ${{ github.head_ref || github.ref }} - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.14" cache: "pip"