diff --git a/.github/workflows/build-top-models.yml b/.github/workflows/build-top-models.yml index 9f9a6ad..db3bfd3 100644 --- a/.github/workflows/build-top-models.yml +++ b/.github/workflows/build-top-models.yml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set up Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: "3.14" @@ -162,7 +162,7 @@ jobs: ${{ env.REGISTRY }} - name: Set up Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: "3.10" diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 9d82e83..38a40ef 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -98,7 +98,7 @@ jobs: - name: Set up Python if: steps.cache-model.outputs.cache-hit != 'true' - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.1.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v6.1.0 with: python-version: "3.10"