From df5590152d2ae9fa0d5d1173647d9ee53162d7b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 18:43:18 +0000 Subject: [PATCH] chore: bump machulav/ec2-github-runner from 2.3.6 to 2.3.7 Bumps [machulav/ec2-github-runner](https://github.com/machulav/ec2-github-runner) from 2.3.6 to 2.3.7. - [Release notes](https://github.com/machulav/ec2-github-runner/releases) - [Commits](https://github.com/machulav/ec2-github-runner/compare/v2.3.6...1827d6ca7544d7044ddbd2e9360564651b463da2) --- updated-dependencies: - dependency-name: machulav/ec2-github-runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 9e37001b0..b73ba0437 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -419,7 +419,7 @@ jobs: - name: Start EC2 runner python 3.12 id: start-ec2-runner-312 if: ${{ !cancelled() && fromJSON(needs.matrix-preparation.outputs.needs-312-linux-runner) }} - uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e + uses: machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 with: mode: start github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -1093,7 +1093,7 @@ jobs: mode: stop - name: Stop EC2 runner python 3.12 - uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e + uses: machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 if: ${{ always() && needs.start-runner-linux.outputs.ec2-instance-id-312 }} with: github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }}