fix: correct setup-python SHA in pr.yaml
PR Checks / test (pull_request) Successful in 17s
PR Checks / integration-test (pull_request) Successful in 27s

This commit is contained in:
2026-06-12 21:04:37 -04:00
parent fb77e44411
commit 6a1c86f572
+2 -2
View File
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- uses: actions/setup-python@a309ff8b426b258ec0a6e2f7b8a30f9f6689405 # v6 - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
with: with:
python-version: "3.14" python-version: "3.14"
- name: Install dependencies - name: Install dependencies
@@ -30,7 +30,7 @@ jobs:
echo "Waiting for Qdrant... ($i/30)" echo "Waiting for Qdrant... ($i/30)"
sleep 1 sleep 1
done done
- uses: actions/setup-python@a309ff8b426b258ec0a6e2f7b8a30f9f6689405 # v6 - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
with: with:
python-version: "3.14" python-version: "3.14"
- name: Install dependencies - name: Install dependencies