diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 10122de..89cb373 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"