From 6edfe86b0668a948dd3d7964e3a24e2513c770dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 18:55:23 +0000 Subject: [PATCH] chore: bump zama-ai/slab-github-runner Bumps [zama-ai/slab-github-runner](https://github.com/zama-ai/slab-github-runner) from 1d4b7b7540118af5f96ac16a1dc4cfd9c5929dc8 to 265c721b68e5dd339d5f34f1c1753013881f96e4. - [Commits](https://github.com/zama-ai/slab-github-runner/compare/1d4b7b7540118af5f96ac16a1dc4cfd9c5929dc8...265c721b68e5dd339d5f34f1c1753013881f96e4) --- updated-dependencies: - dependency-name: zama-ai/slab-github-runner dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/cifar_benchmark.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cifar_benchmark.yaml b/.github/workflows/cifar_benchmark.yaml index 7566a368a..2cd2efc8b 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@1d4b7b7540118af5f96ac16a1dc4cfd9c5929dc8 + uses: zama-ai/slab-github-runner@265c721b68e5dd339d5f34f1c1753013881f96e4 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@1d4b7b7540118af5f96ac16a1dc4cfd9c5929dc8 + uses: zama-ai/slab-github-runner@265c721b68e5dd339d5f34f1c1753013881f96e4 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }}