From 442d411722602b16df5bf81fd56cd40b034e3506 Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Fri, 14 Jan 2022 10:23:45 +0100 Subject: [PATCH] chore: lost + found update the remaining machulav/ec2-github-runner actions --- .github/workflows/continuous-integration.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 292723a75..9d5285f25 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -119,7 +119,7 @@ jobs: - name: Start EC2 runner python 39 id: start-ec2-runner-39 if: ${{ !cancelled() && fromJSON(needs.matrix-preparation.outputs.needs-39-linux-runner) }} - uses: machulav/ec2-github-runner@502fc5cc476bcf6771c5ab7863d706715d124202 + uses: machulav/ec2-github-runner@c34ba2df3363ebde9d19fdbc341e03d02267284d with: mode: start github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -371,7 +371,7 @@ jobs: aws-region: ${{ secrets.AWS_REGION }} - name: Stop EC2 runner python 38 - uses: machulav/ec2-github-runner@502fc5cc476bcf6771c5ab7863d706715d124202 + uses: machulav/ec2-github-runner@c34ba2df3363ebde9d19fdbc341e03d02267284d if: ${{ needs.start-runner-linux.outputs.ec2-instance-id-38 }} with: github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -380,7 +380,7 @@ jobs: mode: stop - name: Stop EC2 runner python 39 - uses: machulav/ec2-github-runner@502fc5cc476bcf6771c5ab7863d706715d124202 + uses: machulav/ec2-github-runner@c34ba2df3363ebde9d19fdbc341e03d02267284d if: ${{ needs.start-runner-linux.outputs.ec2-instance-id-39 }} with: github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }}