From 1561afec2a5ce6994dc6e25618e97b85341f5991 Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Thu, 13 Jan 2022 16:48:51 +0100 Subject: [PATCH] chore: use fixed start runner action closes #1385 --- .github/workflows/continuous-integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index d963cec74..292723a75 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -107,7 +107,7 @@ jobs: - name: Start EC2 runner python 38 id: start-ec2-runner-38 if: ${{ !cancelled() && fromJSON(needs.matrix-preparation.outputs.needs-38-linux-runner) }} - uses: machulav/ec2-github-runner@502fc5cc476bcf6771c5ab7863d706715d124202 + uses: machulav/ec2-github-runner@c34ba2df3363ebde9d19fdbc341e03d02267284d with: mode: start github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }}