diff --git a/.github/workflows/cifar_benchmark.yaml b/.github/workflows/cifar_benchmark.yaml index 7c167bd34..4bc70c009 100644 --- a/.github/workflows/cifar_benchmark.yaml +++ b/.github/workflows/cifar_benchmark.yaml @@ -57,7 +57,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@9e939a10db25c698cddf0da0f4f015bd47bb6838 + uses: zama-ai/slab-github-runner@447a2d0fd2d1a9d647aa0d0723a6e9255372f261 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -211,7 +211,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@9e939a10db25c698cddf0da0f4f015bd47bb6838 + uses: zama-ai/slab-github-runner@447a2d0fd2d1a9d647aa0d0723a6e9255372f261 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }}