Skip to content

Commit

Permalink
chore: update with slab github v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kcelia committed Dec 20, 2024
1 parent ab09828 commit dd3789a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cifar_benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
steps:
- name: Start instance
id: start-instance
uses: zama-ai/slab-github-runner@11bd71901bbe5b1630ceea73d27597364c9af683
uses: zama-ai/slab-github-runner@79939325c3c429837c10d6041e4fd8589d328bac
with:
mode: start
github-token: ${{ secrets.SLAB_ACTION_TOKEN }}
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
steps:
- name: Stop instance
id: stop-instance
uses: zama-ai/slab-github-runner@11bd71901bbe5b1630ceea73d27597364c9af683
uses: zama-ai/slab-github-runner@79939325c3c429837c10d6041e4fd8589d328bac
with:
mode: stop
github-token: ${{ secrets.SLAB_ACTION_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/refresh-notebooks-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Start instance
id: start-gpu-machine
uses: zama-ai/slab-github-runner@11bd71901bbe5b1630ceea73d27597364c9af683
uses: zama-ai/slab-github-runner@79939325c3c429837c10d6041e4fd8589d328bac
with:
mode: start
github-token: ${{ secrets.SLAB_ACTION_TOKEN }}
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
steps:
- name: Stop instance
id: stop-instance
uses: zama-ai/slab-github-runner@11bd71901bbe5b1630ceea73d27597364c9af683
uses: zama-ai/slab-github-runner@79939325c3c429837c10d6041e4fd8589d328bac
with:
mode: stop
github-token: ${{ secrets.SLAB_ACTION_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion script/actions_utils/update_slab_github_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Note: For security reasons, we prefer updating the commit instead of the tag.

# Define the release commit to replace
RELEASE_COMMIT="11bd71901bbe5b1630ceea73d27597364c9af683"
RELEASE_COMMIT="79939325c3c429837c10d6041e4fd8589d328bac" # v1.4.1

find .github -type f \( -name "*.yml" -o -name "*.yaml" \) -print0 | while IFS= read -r -d '' file; do

Expand Down

0 comments on commit dd3789a

Please sign in to comment.