diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6f1d68ba..8cb5c1dd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,7 +45,7 @@ jobs: platforms: arm64 - name: Set up uv - uses: astral-sh/setup-uv@d8db0a86d3d88f3017a4e6b8a1e2b234e7a0a1b5 # v4.0.0 + uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4.2.0 with: version: "latest" @@ -142,7 +142,7 @@ jobs: run: pip install uv && uv pip install --system . pytest-codspeed pytest-xdist - name: Run benchmarks - uses: CodSpeedHQ/action@fa1dcde8d58f2ab0b407a6a24d6cc5a8c1444a8c # 3.1.0 + uses: CodSpeedHQ/action@513a19673a831f139e8717bf45ead67e47f00044 # 3.2.0 with: token: ${{ secrets.CODESPEED_TOKEN }} run: pytest action_files/test_efficiency.py --codspeed -n 2