From 55311f638c23a73f4f5842761e09dfe688df004a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 18:54:13 +0000 Subject: [PATCH] chore: bump zama-ai/slab-github-runner from 1.3.0 to 1.4.0 Bumps [zama-ai/slab-github-runner](https://github.com/zama-ai/slab-github-runner) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/zama-ai/slab-github-runner/releases) - [Changelog](https://github.com/zama-ai/slab-github-runner/blob/main/CHANGELOG.md) - [Commits](https://github.com/zama-ai/slab-github-runner/compare/98f0788261a7323d5d695a883e20df36591a92b7...f26b8d611b2e695158fb0a6980834f0612f65ef8) --- updated-dependencies: - dependency-name: zama-ai/slab-github-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 dd3c4ac40..9a7d1dd9c 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@98f0788261a7323d5d695a883e20df36591a92b7 + uses: zama-ai/slab-github-runner@f26b8d611b2e695158fb0a6980834f0612f65ef8 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@98f0788261a7323d5d695a883e20df36591a92b7 + uses: zama-ai/slab-github-runner@f26b8d611b2e695158fb0a6980834f0612f65ef8 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 557dacc99..cf0819e9d 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@98f0788261a7323d5d695a883e20df36591a92b7 + uses: zama-ai/slab-github-runner@f26b8d611b2e695158fb0a6980834f0612f65ef8 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@98f0788261a7323d5d695a883e20df36591a92b7 + uses: zama-ai/slab-github-runner@f26b8d611b2e695158fb0a6980834f0612f65ef8 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }}