From 9b450f37f959c8fe9f7b749d041fe61447724b9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 18:16:57 +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 9e939a10db25c698cddf0da0f4f015bd47bb6838 to 447a2d0fd2d1a9d647aa0d0723a6e9255372f261. - [Commits](https://github.com/zama-ai/slab-github-runner/compare/9e939a10db25c698cddf0da0f4f015bd47bb6838...447a2d0fd2d1a9d647aa0d0723a6e9255372f261) --- 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 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 }}