From 2ff770cea09f47d1261faff894e3257a40f59ed8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 14:57:49 +0100 Subject: [PATCH] chore: bump zama-ai/slab-github-runner from 1.2.0 to 1.3.0 (#947) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cifar_benchmark.yaml | 4 ++-- .github/workflows/refresh-notebooks-gpu.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cifar_benchmark.yaml b/.github/workflows/cifar_benchmark.yaml index 81c67f41f..dd3c4ac40 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@801df0b8db5ea2b06128b7476c652f5ed5f193a8 + uses: zama-ai/slab-github-runner@98f0788261a7323d5d695a883e20df36591a92b7 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@801df0b8db5ea2b06128b7476c652f5ed5f193a8 + uses: zama-ai/slab-github-runner@98f0788261a7323d5d695a883e20df36591a92b7 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 f7927c00d..557dacc99 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@801df0b8db5ea2b06128b7476c652f5ed5f193a8 + uses: zama-ai/slab-github-runner@98f0788261a7323d5d695a883e20df36591a92b7 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@801df0b8db5ea2b06128b7476c652f5ed5f193a8 + uses: zama-ai/slab-github-runner@98f0788261a7323d5d695a883e20df36591a92b7 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }}