diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2b1df82..c8e08d65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -147,7 +147,7 @@ jobs: pip3 install -r requirements/base.txt -r requirements/test.txt pip3 install -e . - name: Run benchmarks - uses: CodSpeedHQ/action@c381be0bfd20e844fb45594f6aa182ffcd94545c # v4.15.0 + uses: CodSpeedHQ/action@3194d9a39c4d46684cb44bf7207fc56626aad8fd # v4.15.1 with: mode: instrumentation token: ${{ secrets.CODSPEED_TOKEN }}