diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b5453f..c4fab6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,7 +149,7 @@ jobs: sleep 2 done - - uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5 + - uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 - name: Run integration tests run: uvx --with pytest,boto3,requests pytest tests/integration/ -v diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3eac460..bd9ef91 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -109,7 +109,7 @@ jobs: DEPLOY_URL: ${{ needs.deploy.outputs.deploy_url }} steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - - uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5 + - uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 - name: Run smoke tests run: uvx --with pytest,boto3,requests pytest tests/smoke/ -v