diff --git a/.github/workflows/cifar_benchmark.yaml b/.github/workflows/cifar_benchmark.yaml index 9a7d1dd9c..5e9370b4d 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@f26b8d611b2e695158fb0a6980834f0612f65ef8 + uses: zama-ai/slab-github-runner@79939325c3c429837c10d6041e4fd8589d328bac with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -210,7 +210,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@f26b8d611b2e695158fb0a6980834f0612f65ef8 + uses: zama-ai/slab-github-runner@79939325c3c429837c10d6041e4fd8589d328bac with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/refresh-notebooks-gpu.yaml b/.github/workflows/refresh-notebooks-gpu.yaml index cf0819e9d..d242f93ef 100644 --- a/.github/workflows/refresh-notebooks-gpu.yaml +++ b/.github/workflows/refresh-notebooks-gpu.yaml @@ -28,7 +28,7 @@ jobs: - name: Start instance id: start-gpu-machine - uses: zama-ai/slab-github-runner@f26b8d611b2e695158fb0a6980834f0612f65ef8 + uses: zama-ai/slab-github-runner@79939325c3c429837c10d6041e4fd8589d328bac with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -115,7 +115,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@f26b8d611b2e695158fb0a6980834f0612f65ef8 + uses: zama-ai/slab-github-runner@79939325c3c429837c10d6041e4fd8589d328bac with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }}