From e794ded36e401838a46f863e29b0791d20fda516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 18:25:52 +0000 Subject: [PATCH] chore: bump machulav/ec2-github-runner from 2.3.4 to 2.3.6 Bumps [machulav/ec2-github-runner](https://github.com/machulav/ec2-github-runner) from 2.3.4 to 2.3.6. - [Release notes](https://github.com/machulav/ec2-github-runner/releases) - [Commits](https://github.com/machulav/ec2-github-runner/compare/2c4d1dcf2c54673ed3bfd194c4b6919ed396a209...fcfb31a5760dad1314a64a0e172b78ec6fc8a17e) --- 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 | 12 ++++++------ .github/workflows/refresh-notebooks.yaml | 4 ++-- .github/workflows/refresh-one-notebook.yaml | 4 ++-- .github/workflows/release.yaml | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 684c72087..7b5a053d5 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -248,7 +248,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@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 + uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e with: mode: start github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -272,7 +272,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@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 + uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e with: mode: start github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -296,7 +296,7 @@ jobs: - name: Start EC2 runner python 310 id: start-ec2-runner-310 if: ${{ !cancelled() && fromJSON(needs.matrix-preparation.outputs.needs-310-linux-runner) }} - uses: machulav/ec2-github-runner@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 + uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e with: mode: start github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -975,7 +975,7 @@ jobs: aws-region: ${{ secrets.AWS_REGION }} - name: Stop EC2 runner python 38 - uses: machulav/ec2-github-runner@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 + uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e if: ${{ always() && needs.start-runner-linux.outputs.ec2-instance-id-38 }} with: github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -984,7 +984,7 @@ jobs: mode: stop - name: Stop EC2 runner python 39 - uses: machulav/ec2-github-runner@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 + uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e if: ${{ always() && needs.start-runner-linux.outputs.ec2-instance-id-39 }} with: github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -993,7 +993,7 @@ jobs: mode: stop - name: Stop EC2 runner python 310 - uses: machulav/ec2-github-runner@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 + uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e if: ${{ always() && needs.start-runner-linux.outputs.ec2-instance-id-310 }} with: github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} diff --git a/.github/workflows/refresh-notebooks.yaml b/.github/workflows/refresh-notebooks.yaml index 9e55b4b38..e54598b75 100644 --- a/.github/workflows/refresh-notebooks.yaml +++ b/.github/workflows/refresh-notebooks.yaml @@ -29,7 +29,7 @@ jobs: - name: Start EC2 runner python 38 id: start-ec2-runner-38 - uses: machulav/ec2-github-runner@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 + uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e with: mode: start github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -124,7 +124,7 @@ jobs: aws-region: ${{ secrets.AWS_REGION }} - name: Stop EC2 runner python 38 - uses: machulav/ec2-github-runner@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 + uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e if: ${{ always() && needs.start-runner-linux.outputs.ec2-instance-id-38 }} with: github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} diff --git a/.github/workflows/refresh-one-notebook.yaml b/.github/workflows/refresh-one-notebook.yaml index 3d6f39254..4cadd6343 100644 --- a/.github/workflows/refresh-one-notebook.yaml +++ b/.github/workflows/refresh-one-notebook.yaml @@ -106,7 +106,7 @@ jobs: - name: Start EC2 runner python 38 id: start-ec2-runner-38 - uses: machulav/ec2-github-runner@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 + uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e with: mode: start github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -225,7 +225,7 @@ jobs: aws-region: ${{ secrets.AWS_REGION }} - name: Stop EC2 runner python 38 - uses: machulav/ec2-github-runner@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 + uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e if: ${{ always() && needs.start-runner-linux.outputs.ec2-instance-id-38 }} with: github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3dcea4ee7..94713ea0d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -73,7 +73,7 @@ jobs: - name: Start EC2 runner python id: start-ec2-runner - uses: machulav/ec2-github-runner@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 + uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e with: mode: start github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -663,7 +663,7 @@ jobs: aws-region: ${{ secrets.AWS_REGION }} - name: Stop EC2 runner - uses: machulav/ec2-github-runner@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 + uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e if: ${{ always() && needs.start-runner-linux.outputs.ec2-instance-id }} with: github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }}