diff --git a/.github/workflows/concrete_python_benchmark.yml b/.github/workflows/concrete_python_benchmark.yml index 6fbfb3f0ca..60423b12c1 100644 --- a/.github/workflows/concrete_python_benchmark.yml +++ b/.github/workflows/concrete_python_benchmark.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@447a2d0fd2d1a9d647aa0d0723a6e9255372f261 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -117,7 +117,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@447a2d0fd2d1a9d647aa0d0723a6e9255372f261 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }}