From 3dfa19f50f7ca6aead0b4190a7d3792ef534fb76 Mon Sep 17 00:00:00 2001 From: ludamad Date: Fri, 12 Apr 2024 20:24:46 -0400 Subject: [PATCH] fix: spot refcount now that it is not ALWAYS shutting done, it has a bad exit code, fix. https://github.com/AztecProtocol/ec2-action-builder/commit/058abf0b5fc41af87997ea8015e826f2e1e8a538 --- .github/workflows/setup-runner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup-runner.yml b/.github/workflows/setup-runner.yml index 7b2277b111cf..9f544f4f3675 100644 --- a/.github/workflows/setup-runner.yml +++ b/.github/workflows/setup-runner.yml @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Start EC2 runner - uses: AztecProtocol/ec2-action-builder@v0.5 + uses: AztecProtocol/ec2-action-builder@v0.6 with: github_token: ${{ secrets.GH_SELF_HOSTED_RUNNER_TOKEN }} aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}